Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 25, 2016
1 parent d1c0fb6 commit 51e0654
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.11.0 / 2016 Feb 25

> Identical to v2.11.0-beta1 (published December 13 2015)
```clojure
[com.taoensso/nippy "2.11.0"]
```

## v2.11.0-RC1 / 2016 Jan 23

> Identical to v2.11.0-beta1 (published December 13 2015)
Expand All @@ -8,7 +16,6 @@
[com.taoensso/nippy "2.11.0-RC1"]
```


## v2.11.0-beta1 / 2015 Dec 13

> This is a major performance release that **drops default support for thawing Nippy v1 archives** but is otherwise non-breaking
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/nippy "2.10.0"] ; Stable
[com.taoensso/nippy "2.11.0-RC1"] ; See CHANGELOG for details
[com.taoensso/nippy "2.11.0"] ; Stable
```

# Nippy
Expand Down Expand Up @@ -33,7 +32,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
Add the necessary dependency to your project:

```clojure
[com.taoensso/nippy "2.10.0"]
[com.taoensso/nippy "2.11.0"]
```

And setup your namespace imports:
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.11.0-RC1"
(defproject com.taoensso/nippy "2.11.0"
: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 51e0654

Please sign in to comment.