Skip to content

Commit 5b69025

Browse files
committed
# 2.5.151 (2022-11-21 / 92232a1)
## Changed - [breaking] Fall back to the system printer when no deep-diff2 specific print handler is available for a given type. See the README for details.
1 parent 92232a1 commit 5b69025

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4
1+
2.5

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.5.151 (2022-11-21 / 92232a1)
22

33
## Changed
44

@@ -124,4 +124,4 @@
124124

125125
## Added
126126

127-
- Extracted from Kaocha, and added a top-level namespace.
127+
- Extracted from Kaocha, and added a top-level namespace.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
4040
deps.edn
4141

4242
```
43-
lambdaisland/deep-diff2 {:mvn/version "2.4.138"}
43+
lambdaisland/deep-diff2 {:mvn/version "2.5.151"}
4444
```
4545

4646
project.clj
4747

4848
```
49-
[lambdaisland/deep-diff2 "2.4.138"]
49+
[lambdaisland/deep-diff2 "2.5.151"]
5050
```
5151

5252
## Use

0 commit comments

Comments
 (0)