From 855da270d1934492d6b7cdbc5811cb265003a0f7 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 28 Sep 2012 19:57:01 +0700 Subject: [PATCH 1/2] Bump Snappy dependency (1.0.5-M3) --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 912fe8b..28dcaf7 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-M2"]] + [org.xerial.snappy/snappy-java "1.0.5-M3"]] :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 20831c03a1d7571ebb2a4fa71c4486a8a7b5b6c5 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sun, 30 Sep 2012 13:54:20 +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 c12af39..c3bc547 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/nippy "0.10.3"] +[com.taoensso/nippy "0.10.4"] ``` **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.3"] +[com.taoensso/nippy "0.10.4"] ``` and `require` the library: diff --git a/project.clj b/project.clj index 28dcaf7..eb1825e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "0.10.3" +(defproject com.taoensso/nippy "0.10.4" :description "Simple, high-performance Clojure serialization library." :url "https://github.com/ptaoussanis/nippy" :license {:name "Eclipse Public License"}