v2.10.0-RC1

This commit is contained in:
Peter Taoussanis 2015-09-26 10:42:36 +07:00
parent ce39987b8c
commit b20321622b
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.10.0-beta1 / 2015 Sep 17
## v2.10.0-RC1 / 2015 Sep 26
> This is a major **non-breaking** feature/performance release
@ -11,7 +11,7 @@
* **New**: edn writes now override dynamic `*print-level*`, `*print-length*` for safety
```clojure
[com.taoensso/nippy "2.10.0-beta1"]
[com.taoensso/nippy "2.10.0-RC1"]
```

View file

@ -2,7 +2,7 @@
```clojure
[com.taoensso/nippy "2.9.1"] ; Stable
[com.taoensso/nippy "2.10.0-beta1"] ; Dev, see CHANGELOG for details
[com.taoensso/nippy "2.10.0-RC1"] ; Dev, see CHANGELOG for details
```
# Nippy, a Clojure serialization library

View file

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