Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 3, 2013
1 parent 3093eae commit 4b1f024
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## WIP / 2013-12-03
## v2.5.1 / 2013-12-03

WIP
Improved `freeze` fallback handling. This is a recommended upgrade for all users and a necessary upgrade for Timbre v3 Carmine appender users.

### Features
* Added experimental `inspect-ba` fn for examining data possibly frozen by Nippy.
Expand All @@ -9,7 +9,7 @@ WIP
* Now throw exception at freeze (rather than thaw) time when trying to serialize an unreadable object using the Clojure reader.

### Fixes
*
-


## v2.4.1 → v2.5.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**[API docs](http://ptaoussanis.github.io/nippy/)** | **[CHANGELOG](https://github.com/ptaoussanis/nippy/blob/master/CHANGELOG.md)** | [contact & contributing](#contact--contributing) | [other Clojure libs](https://www.taoensso.com/clojure-libraries) | [Twitter](https://twitter.com/#!/ptaoussanis) | current [semantic](http://semver.org/) version:

```clojure
[com.taoensso/nippy "2.5.0"] ; Stable
[com.taoensso/nippy "2.5.1"] ; Stable
```

# Nippy, a Clojure serialization library
Expand Down Expand Up @@ -32,7 +32,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
Add the necessary dependency to your [Leiningen](http://leiningen.org/) `project.clj` and `require` the library in your ns:

```clojure
[com.taoensso/nippy "2.5.0"] ; project.clj
[com.taoensso/nippy "2.5.1"] ; project.clj
(ns my-app (:require [taoensso.nippy :as nippy])) ; ns
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.5.0"
(defproject com.taoensso/nippy "2.5.1"
:description "Clojure serialization library"
:url "https://github.com/ptaoussanis/nippy"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 4b1f024

Please sign in to comment.