From 55e8a4f0127557421322f9411431dab7e96d5bc1 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 27 Nov 2014 17:31:14 +0700 Subject: [PATCH] v2.7.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- project.clj | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c52336..1ed01a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. +## v2.7.1 / 2014 Nov 27 + +> This is a **minor maintenance release** & should be a safe upgrade for users of v2.7.0/RC-1. + + * **CHANGE**: Improve some error messages by exposing trapped throwables when possible (@kul). + * **FIX**: Nippy v1 thaw compatibility was broken in some cases. + * Bumped dependencies. + + ## v2.7.0 / 2014 Oct 6 No changes from `v2.7.0-RC1`. diff --git a/README.md b/README.md index 8ee4e810..a63cbca8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]: ```clojure -[com.taoensso/nippy "2.7.0"] ; Please see CHANGELOG for details +[com.taoensso/nippy "2.7.1"] ; Please see CHANGELOG for details ``` v2.7 is a major, **mostly backwards-compatible** release focused on improved performance and a new default compression scheme (LZ4). See the [CHANGELOG][] for details. Thanks to [mpenet](https://github.com/mpenet) for his work on the LZ4 support! diff --git a/project.clj b/project.clj index 916b0682..68f84e40 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.7.0" +(defproject com.taoensso/nippy "2.7.1" :author "Peter Taoussanis " :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy"