Skip to content

Commit

Permalink
v3.3.0-RC2 (2023-09-25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 25, 2023
1 parent 01e42d2 commit 54d179f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni

---

# `v3.3.0-RC2` (2023-09-25)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.3.3-RC2)
Identical to `v3.3.0-RC1` except:

- Improves some docstrings
- Improves generative unit tests
- Updates internal dependencies

If no unexpected problems come up, `v3.3.0` final is planned for release by the end of September.


# `v3.3.0-RC1` (2023-08-02)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/nippy/versions/3.3.3-RC1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Used by [Carmine](https://www.taoensso.com/carmine), [Faraday](https://www.taoen

## Latest release/s

- `2023-08-02` `3.3.0-RC1` (dev): [changes](../../releases/tag/v3.3.0-RC1)
- `2023-09-25` `3.3.0-RC2` (dev): [changes](../../releases/tag/v3.3.0-RC2)
- `2022-07-18` `3.2.0` (stable): [changes](../../releases/tag/v3.2.0)

[![Main tests][Main tests SVG]][Main tests URL]
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.3.0-RC1"
(defproject com.taoensso/nippy "3.3.0-RC2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "The fastest serialization library for Clojure"
:url "https://github.com/taoensso/nippy"
Expand Down

0 comments on commit 54d179f

Please sign in to comment.