From 32e4c13ca23e3de48acab2fc119f573feb6936c1 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 24 Oct 2020 14:31:37 +0200 Subject: [PATCH] v3.1.0-RC1 2020-10-24 --- CHANGELOG.md | 13 +++++++++++++ README.md | 3 ++- project.clj | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de57fb3..81f4660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. +## v3.1.0-RC1 / 2020 Oct 24 + +```clojure +[com.taoensso/nippy "3.1.0-RC1"] +``` + +> This is a non-breaking, minor feature release. + +#### New since `v3.0.0` + +* [#128 #135] Added native `freeze/thaw` support for `java.time.Instant` on JVM 8+ (@cnuernber). + + ## v3.0.0 / 2020 Sep 20 ```clojure diff --git a/README.md b/README.md index e95de24..66d7ae3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/nippy "3.0.0"] ; See CHANGELOG for details +[com.taoensso/nippy "3.1.0-RC1"] ; Dev, see CHANGELOG for details +[com.taoensso/nippy "3.0.0"] ; Stable ``` diff --git a/project.clj b/project.clj index 651a4a0..249c82e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "3.0.0" +(defproject com.taoensso/nippy "3.1.0-RC1" :author "Peter Taoussanis " :description "High-performance serialization library for Clojure" :url "https://github.com/ptaoussanis/nippy"