From fbae850330e93fed0d8353ff23bc2e9f8dc3f98e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 25 Feb 2016 19:00:26 +0700 Subject: [PATCH] v2.11.1 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- project.clj | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02723c4..e6abc44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. +## v2.11.1 / 2016 Feb 25 + +> **Hotfix** for broken Clojure 1.5 support + +```clojure +[com.taoensso/nippy "2.11.1"] +``` + ## v2.11.0 / 2016 Feb 25 > Identical to v2.11.0-beta1 (published December 13 2015) diff --git a/README.md b/README.md index a5ec340..a817957 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/nippy "2.11.0"] ; Stable +[com.taoensso/nippy "2.11.1"] ; Stable ``` # Nippy @@ -32,7 +32,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ Add the necessary dependency to your project: ```clojure -[com.taoensso/nippy "2.11.0"] +[com.taoensso/nippy "2.11.1"] ``` And setup your namespace imports: diff --git a/project.clj b/project.clj index f69c2f8..0bbe7aa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.11.0" +(defproject com.taoensso/nippy "2.11.1" :author "Peter Taoussanis " :description "High-performance serialization library for Clojure" :url "https://github.com/ptaoussanis/nippy" @@ -15,7 +15,7 @@ :dependencies [[org.clojure/clojure "1.5.1"] [org.clojure/tools.reader "0.10.0"] - [com.taoensso/encore "2.36.1"] + [com.taoensso/encore "2.36.2"] [org.iq80.snappy/snappy "0.4"] [org.tukaani/xz "1.5"] [net.jpountz.lz4/lz4 "1.3"]]