From 550dbc150a79c6ecc148d8a7e260e10bc36321c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imre=20K=C3=B3sz=C3=B3?= Date: Fri, 5 Aug 2022 21:46:04 +0200 Subject: [PATCH] Cut version 0.19.4 --- README.md | 5 +++++ project.clj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c23616..3b6f186 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,11 @@ Evaluation count : 24 in 6 samples of 4 calls. ## 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 * Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries) diff --git a/project.clj b/project.clj index 14d05ae..0c278ac 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.cgrand/xforms "0.19.3" +(defproject net.cgrand/xforms "0.19.4" :description "Extra transducers for Clojure" :url "https://github.com/cgrand/xforms" :license {:name "Eclipse Public License"