From 481a5a3b1ef8f251e8f32f84febbc5f18469e15b Mon Sep 17 00:00:00 2001 From: Christophe Grand Date: Mon, 19 Dec 2016 14:19:50 +0100 Subject: [PATCH] 0.7.2 --- README.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbfba37..a9c7623 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,10 @@ Evaluation count : 24 in 6 samples of 4 calls. ## Changelog +### 0.7.2 + + * Fix transients perf issue in Clojurescript + ### 0.7.1 * Works with Clojurescript (even self-hosted). diff --git a/project.clj b/project.clj index 3c97c1c..2c94491 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.cgrand/xforms "0.7.1" +(defproject net.cgrand/xforms "0.7.2" :description "Extra transducers for Clojure" :url "https://github.com/cgrand/xforms" :license {:name "Eclipse Public License"