Skip to content

Commit 4548a49

Browse files
committed
# 2.1.121 (2022-05-13 / bb0dd63)
## Fixed - Bump clj-diff, which fixes an issue where the diffing would not terminate in specific cases ## Changed - Bump all dependencies to the latest version
1 parent bb0dd63 commit 4548a49

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0
1+
2.1

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.1.121 (2022-05-13 / bb0dd63)
22

33
## Fixed
44

@@ -101,4 +101,4 @@
101101

102102
## Added
103103

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

README.md

Lines changed: 2 additions & 2 deletions
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.0.108"}
43+
lambdaisland/deep-diff2 {:mvn/version "2.1.121"}
4444
```
4545

4646
project.clj
4747

4848
```
49-
[lambdaisland/deep-diff2 "2.0.108"]
49+
[lambdaisland/deep-diff2 "2.1.121"]
5050
```
5151

5252
## Use

0 commit comments

Comments
 (0)