From 677859c35e0b213547afaab6791e6f51edf8c633 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 27 Sep 2012 15:29:33 +0700 Subject: [PATCH 1/2] Bump Snappy dependency (1.0.5-M2) Fixes issue: https://github.com/xerial/snappy-java/issues/6#issuecomment-8898271 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 69195d2..1806dac 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :url "https://github.com/ptaoussanis/nippy" :license {:name "Eclipse Public License"} :dependencies [[org.clojure/clojure "1.3.0"] - [org.xerial.snappy/snappy-java "1.0.5-M1"]] + [org.xerial.snappy/snappy-java "1.0.5-M2"]] :profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]} :1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]} :1.5 {:dependencies [[org.clojure/clojure "1.5.0-alpha3"]]} From 664ff6ce544e2f5c519af1a61c36faa9a760c501 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 27 Sep 2012 15:30:16 +0700 Subject: [PATCH 2/2] Bump version (minor) --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83a9321..c12af39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/nippy "0.10.2"] +[com.taoensso/nippy "0.10.3"] ``` **Breaking changes** since _0.9.x_: @@ -36,7 +36,7 @@ lein2 all test Depend on Nippy in your `project.clj`: ```clojure -[com.taoensso/nippy "0.10.2"] +[com.taoensso/nippy "0.10.3"] ``` and `require` the library: diff --git a/project.clj b/project.clj index 1806dac..912fe8b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "0.10.2" +(defproject com.taoensso/nippy "0.10.3" :description "Simple, high-performance Clojure serialization library." :url "https://github.com/ptaoussanis/nippy" :license {:name "Eclipse Public License"}