Skip to content

Commit

Permalink
v3.0.0-RC3 2020-09-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 12, 2020
1 parent 7720327 commit d773813
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v3.0.0-RC2 / 2020 Sep 12
## v3.0.0-RC3 / 2020 Sep 12

```clojure
[com.taoensso/nippy "3.0.0-RC2"]
[com.taoensso/nippy "3.0.0-RC3"]
```

#### New since `v3.0.0-RC1`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/nippy "3.0.0-RC2"] ; BREAKING, see CHANGELOG for details
[com.taoensso/nippy "3.0.0-RC3"] ; BREAKING, see CHANGELOG for details
[com.taoensso/nippy "2.15.3"] ; BREAKING, see CHANGELOG for details
```

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 "3.0.0-RC2"
(defproject com.taoensso/nippy "3.0.0-RC3"
: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 d773813

Please sign in to comment.