v2.11.0-alpha6

This commit is contained in:
Peter Taoussanis 2015-12-01 18:35:34 +07:00
parent 6b2b501589
commit 58bf4ed871
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**. > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.11.0-alpha1 / 2015 Dec 1 ## v2.11.0-alpha6 / 2015 Dec 1
> This is a major performance release that **drops default support for thawing Nippy v1 archives** but is otherwise non-breaking > This is a major performance release that **drops default support for thawing Nippy v1 archives** but is otherwise non-breaking
@ -10,7 +10,7 @@
* **Implementation**: swap most macros for fns (make low-level utils easier to use) * **Implementation**: swap most macros for fns (make low-level utils easier to use)
```clojure ```clojure
[com.taoensso/nippy "2.11.0-alpha1"] [com.taoensso/nippy "2.11.0-alpha6"]
``` ```
#### Notes #### Notes

View file

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

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.11.0-alpha1" (defproject com.taoensso/nippy "2.11.0-alpha6"
: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"