From 0263090a4a8bacd12d03c83c507ff9b7db63e337 Mon Sep 17 00:00:00 2001 From: Christian Weilbach Date: Fri, 18 Sep 2020 19:29:47 -0700 Subject: [PATCH] Update README. --- README.md | 8 +++++++- project.clj | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fd92dd..06ffdae 100644 --- a/README.md +++ b/README.md @@ -155,11 +155,17 @@ ClojureScript conform. ## TODO +- fix transit support for https://github.com/cognitect/transit-java/issues/31 - move serialization dependencies into dev profile ## Changelog +### 0.2.6 +- Fix namespace normalization between Clojure and ClojureScript. Bump transit + dependencies and deactivate tests because of + https://github.com/cognitect/transit-java/issues/31. + ### 0.2.5 - ClojureScript fressian support (for konserve filestore on node.js). Thanks to Ferdinand Kühne! @@ -167,7 +173,7 @@ ClojureScript conform. ## License -Copyright © 2015-2019 Christian Weilbach, Ferdinand Kühne +Copyright © 2015-2020 Christian Weilbach, Ferdinand Kühne Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version. diff --git a/project.clj b/project.clj index f15e52c..df9a903 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.replikativ/incognito "0.2.6-SNAPSHOT" +(defproject io.replikativ/incognito "0.2.6" :description "Safe transport of unknown record types in distributed systems." :url "https://github.com/replikativ/incognito" :license {:name "Eclipse Public License"