v2.11.0-alpha6
This commit is contained in:
parent
6b2b501589
commit
58bf4ed871
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**.
|
||||
|
||||
## 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
|
||||
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
* **Implementation**: swap most macros for fns (make low-level utils easier to use)
|
||||
|
||||
```clojure
|
||||
[com.taoensso/nippy "2.11.0-alpha1"]
|
||||
[com.taoensso/nippy "2.11.0-alpha6"]
|
||||
```
|
||||
|
||||
#### Notes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
```clojure
|
||||
[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
|
||||
|
|
|
|||
|
|
@ -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>"
|
||||
:description "Clojure serialization library"
|
||||
:url "https://github.com/ptaoussanis/nippy"
|
||||
|
|
|
|||
Loading…
Reference in a new issue