Skip to content

Commit 4b1f024

Browse files
committed
v2.5.1
1 parent 3093eae commit 4b1f024

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## WIP / 2013-12-03
1+
## v2.5.1 / 2013-12-03
22

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

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

1111
### Fixes
12-
*
12+
-
1313

1414

1515
## v2.4.1 → v2.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**[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:
22

33
```clojure
4-
[com.taoensso/nippy "2.5.0"] ; Stable
4+
[com.taoensso/nippy "2.5.1"] ; Stable
55
```
66

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

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

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/nippy "2.5.0"
1+
(defproject com.taoensso/nippy "2.5.1"
22
:description "Clojure serialization library"
33
:url "https://github.com/ptaoussanis/nippy"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)