Skip to content

Commit

Permalink
v2.13.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 17, 2016
1 parent a41c391 commit a0ca70c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.13.0-RC1 / 2016 Dec 17

```clojure
[com.taoensso/nippy "2.13.0-RC1"]
```

> This should be a minor, non-breaking release.
* [#85] *Impl*: Lazily create LZ4 instance, fixes issue with Google App Engine
* *Impl*: Bump 1-byte cacheable types from 5->8

## v2.12.2 / 2016 Aug 23

```clojure
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/nippy "2.12.2"] ; Please see CHANGELOG for details
[com.taoensso/nippy "2.12.2"] ; Stable
[com.taoensso/nippy "2.13.0-RC1"] ; Please see CHANGELOG for details
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/nippy "2.12.2"
(defproject com.taoensso/nippy "2.13.0-RC1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy"
Expand Down

0 comments on commit a0ca70c

Please sign in to comment.