Skip to content

Commit 550dbc1

Browse files
committed
Cut version 0.19.4
1 parent 9f61ac1 commit 550dbc1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ Evaluation count : 24 in 6 samples of 4 calls.
230230

231231
## Changelog
232232

233+
### 0.19.4
234+
235+
* Fix ClojureScript compilation broken in `0.19.3` #49
236+
* Fix `x/sort` and `x/sort-by` for ClojureScript #40
237+
233238
### 0.19.3
234239

235240
* Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries)

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject net.cgrand/xforms "0.19.3"
1+
(defproject net.cgrand/xforms "0.19.4"
22
:description "Extra transducers for Clojure"
33
:url "https://github.com/cgrand/xforms"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)