v2.15.0-alpha1

This commit is contained in:
Peter Taoussanis 2018-09-08 19:38:41 +02:00
parent 868a8f65de
commit 7fa1d3686c
3 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,16 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.15.0-alpha1 / 2018 Sep 8
```clojure
[com.taoensso/nippy "2.15.0-alpha1"]
```
> This is is a maintenance release, and should be non-breaking but **please report any problems** - thanks!
* **Impl**: Update a number of dependencies
* **Impl**: Refactor encryption utils for extra flexibility in future
## v2.14.0 / 2017 Dec 21
```clojure

View file

@ -4,7 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]:
```clojure
[com.taoensso/nippy "2.14.0"] ; Stable, see CHANGELOG for details
[com.taoensso/nippy "2.14.0"] ; Stable
[com.taoensso/nippy "2.15.0-alpha1"] ; Dev, see CHANGELOG for details
```
> Please consider helping to [support my continued open-source Clojure/Script work]?

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.14.0"
(defproject com.taoensso/nippy "2.15.0-alpha1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy"