Skip to content

Commit eac1651

Browse files
committed
# 2.11.216 (2024-02-17 / e77c3bf)
## Added - Diff / preserve metadata on collections ## Fixed Varying key order in maps should produce a consistent diff (#47) ## Changed
1 parent e77c3bf commit eac1651

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10
1+
2.11

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.10.211 (2023-07-24 / 4d92566)
1+
# 2.11.216 (2024-02-17 / e77c3bf)
22

33
## Added
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ You can find an overview of all our different projects at [lambdaisland/open-sou
4646
deps.edn
4747

4848
```
49-
lambdaisland/deep-diff2 {:mvn/version "2.10.211"}
49+
lambdaisland/deep-diff2 {:mvn/version "2.11.216"}
5050
```
5151

5252
project.clj
5353

5454
```
55-
[lambdaisland/deep-diff2 "2.10.211"]
55+
[lambdaisland/deep-diff2 "2.11.216"]
5656
```
5757

5858
## Use

0 commit comments

Comments
 (0)