This commit is contained in:
Peter Taoussanis 2017-12-21 11:02:39 +01:00
parent 99748d9c0b
commit b3a78fa30e
3 changed files with 15 additions and 2 deletions

View file

@ -1,5 +1,17 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.14.0 / 2017 Dec 21
```clojure
[com.taoensso/nippy "2.14.0"]
```
> This is a minor, non-breaking maintenance release.
* **Impl**: Update a number of dependencies
* [#104] **Impl**: Micro-optimization: remove unnecessary runtime 'if' in extend-freeze macro (@scramjet)
* [#93] **Impl**: Pickup record redefinitions at REPL, etc. (@smee)
## v2.13.0 / 2017 Feb 13 ## v2.13.0 / 2017 Feb 13
```clojure ```clojure

View file

@ -4,7 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]: **[CHANGELOG]** | [API] | current [Break Version]:
```clojure ```clojure
[com.taoensso/nippy "2.13.0"] ; Please see CHANGELOG for details [com.taoensso/nippy "2.13.0"] ; Mature (most stable)
[com.taoensso/nippy "2.14.0"] ; Latest (please see CHANGELOG for details)
``` ```
> Please consider helping to [support my continued open-source Clojure/Script work]? > Please consider helping to [support my continued open-source Clojure/Script work]?

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.13.0" (defproject com.taoensso/nippy "2.14.0"
:author "Peter Taoussanis <https://www.taoensso.com>" :author "Peter Taoussanis <https://www.taoensso.com>"
:description "High-performance serialization library for Clojure" :description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy" :url "https://github.com/ptaoussanis/nippy"