Skip to content

Commit 6dcdae6

Browse files
committed
# 2.8.190 (2023-03-30 / 34d5e17)
## Added - Enable print tests in babashka - Add a `lambdaisland.deep-diff2/minimize` function, which removes any items that haven't changed from the diff. ## Fixed ## Changed
1 parent 34d5e17 commit 6dcdae6

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.7
1+
2.8

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.8.190 (2023-03-30 / 34d5e17)
22

33
## Added
44

@@ -148,4 +148,4 @@
148148

149149
## Added
150150

151-
- Extracted from Kaocha, and added a top-level namespace.
151+
- 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.7.169"}
43+
lambdaisland/deep-diff2 {:mvn/version "2.8.190"}
4444
```
4545

4646
project.clj
4747

4848
```
49-
[lambdaisland/deep-diff2 "2.7.169"]
49+
[lambdaisland/deep-diff2 "2.8.190"]
5050
```
5151

5252
## Use

0 commit comments

Comments
 (0)