Skip to content

Commit 7fe200e

Browse files
committed
v2.15.2
Encore 1.123.0 introduced an issue affecting Timbre. Issue was addressed with Encore 2.125.2. Updating Encore here doesn't affect Nippy, but may be helpful for users of Nippy that also use Timbre and that haven't otherwise updated to a newer version of Encore yet.
1 parent aaf54d9 commit 7fe200e

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
22
3+
## v2.15.2 / 2020 Aug 31
4+
5+
```clojure
6+
[com.taoensso/nippy "2.15.2"]
7+
```
8+
9+
> This is a quick hotfix release, should be non-breaking.
10+
11+
Only change since `v2.15.0` is to bump Encore dependency (`v2.124.0`->`v2.126.2`).
12+
13+
Encore `v1.123.0` introduced an issue affecting Timbre.
14+
Issue was addressed with Encore `v2.125.2`.
15+
16+
Updating Encore here doesn't affect Nippy, but may be helpful for users of
17+
Nippy that also use Timbre and that haven't otherwise updated to a newer
18+
version of Encore yet.
19+
20+
321
## v2.15.1 / 2020 Aug 27
422

523
```clojure

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**[CHANGELOG]** | [API] | current [Break Version]:
55

66
```clojure
7-
[com.taoensso/nippy "2.15.1"] ; BREAKING, see CHANGELOG for details
7+
[com.taoensso/nippy "2.15.2"] ; BREAKING, see CHANGELOG for details
88
```
99

1010
## ** SECURITY ADVISORY **
@@ -46,7 +46,7 @@ Nippy is an attempt to provide a reliable, high-performance **drop-in alternativ
4646
Add the necessary dependency to your project:
4747

4848
```clojure
49-
[com.taoensso/nippy "2.15.1"]
49+
[com.taoensso/nippy "2.15.2"]
5050
```
5151

5252
And setup your namespace imports:

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/nippy "2.15.1"
1+
(defproject com.taoensso/nippy "2.15.2"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "High-performance serialization library for Clojure"
44
:url "https://github.com/ptaoussanis/nippy"
@@ -15,7 +15,7 @@
1515
:dependencies
1616
[[org.clojure/clojure "1.5.1"]
1717
[org.clojure/tools.reader "1.3.2"]
18-
[com.taoensso/encore "2.124.0"]
18+
[com.taoensso/encore "2.126.2"]
1919
[org.iq80.snappy/snappy "0.4"]
2020
[org.tukaani/xz "1.8"]
2121
[org.lz4/lz4-java "1.7.1"]]

0 commit comments

Comments
 (0)