Skip to content

Commit 18de93c

Browse files
committedJan 22, 2024
cut 0.19.6
1 parent 7ae8bed commit 18de93c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@ Evaluation count : 24 in 6 samples of 4 calls.
228228

229229
## Changelog
230230

231+
### 0.19.6
232+
233+
* Fix regression in 0.19.5 #54
234+
235+
### 0.19.5
236+
237+
* Support ClojureDart
238+
231239
### 0.19.4
232240

233241
* Fix ClojureScript compilation broken in `0.19.3` #49

‎build.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[clojure.java.shell :as sh]))
44

55
(def lib 'net.cgrand/xforms)
6-
(def version "0.19.5" #_(format "0.0.%s" (b/git-count-revs nil)))
6+
(def version "0.19.6" #_(format "0.0.%s" (b/git-count-revs nil)))
77
(def class-dir "target/classes")
88
(def basis (b/create-basis {:project "deps.edn"}))
99
(def jar-file (format "target/%s-%s.jar" (name lib) version))

0 commit comments

Comments
 (0)
Please sign in to comment.