Cut version 0.19.4

This commit is contained in:
Imre Kószó 2022-08-05 21:46:04 +02:00
parent 9f61ac1747
commit 550dbc150a
2 changed files with 6 additions and 1 deletions

View file

@ -230,6 +230,11 @@ Evaluation count : 24 in 6 samples of 4 calls.
## Changelog ## Changelog
### 0.19.4
* Fix ClojureScript compilation broken in `0.19.3` #49
* Fix `x/sort` and `x/sort-by` for ClojureScript #40
### 0.19.3 ### 0.19.3
* Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries) * Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries)

View file

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