v2.6.0-beta2

This commit is contained in:
Peter Taoussanis 2014-02-26 16:35:58 +07:00
parent f57e3a4c4e
commit 26c16866a5
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## v2.6.0-beta1 / 2014 Feb 23
## v2.6.0-beta2 / 2014 Feb 26
> Welcoming feedback on any issues, etc.!

View file

@ -2,7 +2,7 @@
```clojure
[com.taoensso/nippy "2.5.2"] ; Stable
[com.taoensso/nippy "2.6.0-beta1"] ; For early adopters
[com.taoensso/nippy "2.6.0-beta2"] ; For early adopters
```
v2.6 will be a backwards-compatible release with: improved performance (incl. frozen data size), a new low-level DataInput/DataOuput API, improved support for headerless freezing, and 1-to-1 binary-value representation guarantees. See the [Changelog](https://github.com/ptaoussanis/nippy/blob/master/CHANGELOG.md) for details.

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.6.0-beta1"
(defproject com.taoensso/nippy "2.6.0-beta2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure serialization library"
:url "https://github.com/ptaoussanis/nippy"