We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae8bed commit 18de93cCopy full SHA for 18de93c
README.md
@@ -228,6 +228,14 @@ Evaluation count : 24 in 6 samples of 4 calls.
228
229
## Changelog
230
231
+### 0.19.6
232
+
233
+ * Fix regression in 0.19.5 #54
234
235
+### 0.19.5
236
237
+ * Support ClojureDart
238
239
### 0.19.4
240
241
* Fix ClojureScript compilation broken in `0.19.3` #49
build.clj
@@ -3,7 +3,7 @@
3
[clojure.java.shell :as sh]))
4
5
(def lib 'net.cgrand/xforms)
6
-(def version "0.19.5" #_(format "0.0.%s" (b/git-count-revs nil)))
+(def version "0.19.6" #_(format "0.0.%s" (b/git-count-revs nil)))
7
(def class-dir "target/classes")
8
(def basis (b/create-basis {:project "deps.edn"}))
9
(def jar-file (format "target/%s-%s.jar" (name lib) version))
0 commit comments