Skip to content

Commit 7cd4a39

Browse files
committed
v2.6.0-RC1
1 parent 6633315 commit 7cd4a39

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v2.6.0-beta2 / 2014 Feb 26
1+
## v2.6.0-RC1 / 2014 Mar 12
22

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version:
22

33
```clojure
4-
[com.taoensso/nippy "2.5.2"] ; Stable
5-
[com.taoensso/nippy "2.6.0-beta2"] ; For early adopters
4+
[com.taoensso/nippy "2.5.2"] ; Stable
5+
[com.taoensso/nippy "2.6.0-RC1"] ; Appropriate for staging, early production 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/nippy "2.6.0-beta2"
1+
(defproject com.taoensso/nippy "2.6.0-RC1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Clojure serialization library"
44
:url "https://github.com/ptaoussanis/nippy"
@@ -12,7 +12,7 @@
1212
:dependencies
1313
[[org.clojure/clojure "1.4.0"]
1414
[org.clojure/tools.reader "0.8.3"]
15-
[com.taoensso/encore "0.9.2"]
15+
[com.taoensso/encore "0.9.8"]
1616
[org.iq80.snappy/snappy "0.3"]
1717
[org.tukaani/xz "1.4"]]
1818

0 commit comments

Comments
 (0)