Skip to content

Commit 26c1686

Browse files
committed
v2.6.0-beta2
1 parent f57e3a4 commit 26c1686

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v2.6.0-beta1 / 2014 Feb 23
1+
## v2.6.0-beta2 / 2014 Feb 26
22

33
> Welcoming feedback on any issues, etc.!
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```clojure
44
[com.taoensso/nippy "2.5.2"] ; Stable
5-
[com.taoensso/nippy "2.6.0-beta1"] ; For early adopters
5+
[com.taoensso/nippy "2.6.0-beta2"] ; For early adopters
66
```
77

88
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.

project.clj

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

0 commit comments

Comments
 (0)