v2.13.0-RC1

This commit is contained in:
Peter Taoussanis 2016-12-17 12:10:26 +01:00
parent a41c391889
commit a0ca70c9dc
3 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,16 @@
> 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.13.0-RC1 / 2016 Dec 17
```clojure
[com.taoensso/nippy "2.13.0-RC1"]
```
> This should be a minor, non-breaking release.
* [#85] *Impl*: Lazily create LZ4 instance, fixes issue with Google App Engine
* *Impl*: Bump 1-byte cacheable types from 5->8
## v2.12.2 / 2016 Aug 23 ## v2.12.2 / 2016 Aug 23
```clojure ```clojure

View file

@ -4,7 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]: **[CHANGELOG]** | [API] | current [Break Version]:
```clojure ```clojure
[com.taoensso/nippy "2.12.2"] ; Please see CHANGELOG for details [com.taoensso/nippy "2.12.2"] ; Stable
[com.taoensso/nippy "2.13.0-RC1"] ; 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.12.2" (defproject com.taoensso/nippy "2.13.0-RC1"
: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"