v2.10.0-RC1
This commit is contained in:
parent
ce39987b8c
commit
b20321622b
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
> 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.10.0-beta1 / 2015 Sep 17
|
## v2.10.0-RC1 / 2015 Sep 26
|
||||||
|
|
||||||
> This is a major **non-breaking** feature/performance release
|
> 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
|
* **New**: edn writes now override dynamic `*print-level*`, `*print-length*` for safety
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.10.0-beta1"]
|
[com.taoensso/nippy "2.10.0-RC1"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/nippy "2.9.1"] ; Stable
|
[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
|
# Nippy, a Clojure serialization library
|
||||||
|
|
|
||||||
|
|
@ -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>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Clojure serialization library"
|
:description "Clojure serialization library"
|
||||||
:url "https://github.com/ptaoussanis/nippy"
|
:url "https://github.com/ptaoussanis/nippy"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue