Skip to content

Commit 20eeb8e

Browse files
committed
# 2.12.219 (2025-02-06 / 9e6942a)
## Changed - [BREAKING] Get smarter about diffing records, instead of simply diffing them as maps. We now only recurse into records if the two compared values are both records of the same type. - Bump dependencies: fipp, rrb-vector
1 parent 9e6942a commit 20eeb8e

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.11
1+
2.12

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.12.219 (2025-02-06 / 9e6942a)
22

33
## Changed
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.11.216"}
49+
lambdaisland/deep-diff2 {:mvn/version "2.12.219"}
5050
```
5151

5252
project.clj
5353

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

5858
## Use

0 commit comments

Comments
 (0)