Skip to content

Commit e1ca795

Browse files
committed
v2.12.1
1 parent 8350149 commit e1ca795

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
22
3+
## v2.12.1 / 2016 Jul 26
4+
5+
```clojure
6+
[com.taoensso/nippy "2.12.1"]
7+
```
8+
9+
* **Hotfix**: thaw was missing support for deprecated serializable, record types [@rwilson]
10+
311
## v2.12.0 / 2016 Jul 24
412

513
```clojure

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**[CHANGELOG]** | [API] | current [Break Version]:
55

66
```clojure
7-
[com.taoensso/nippy "2.12.0"] ; Please see CHANGELOG for details
7+
[com.taoensso/nippy "2.12.1"] ; Please see CHANGELOG for details
88
```
99

1010
> Please consider helping to [support my continued open-source Clojure/Script work]?
@@ -38,7 +38,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
3838
Add the necessary dependency to your project:
3939

4040
```clojure
41-
[com.taoensso/nippy "2.12.0"]
41+
[com.taoensso/nippy "2.12.1"]
4242
```
4343

4444
And setup your namespace imports:

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.12.0"
1+
(defproject com.taoensso/nippy "2.12.1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "High-performance serialization library for Clojure"
44
:url "https://github.com/ptaoussanis/nippy"

0 commit comments

Comments
 (0)