Skip to content

Commit

Permalink
# 2.11.216 (2024-02-17 / e77c3bf)
Browse files Browse the repository at this point in the history
## Added

- Diff / preserve metadata on collections

## Fixed

Varying key order in maps should produce a consistent diff (#47)

## Changed
  • Loading branch information
plexus committed Feb 17, 2024
1 parent e77c3bf commit eac1651
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10
2.11
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.10.211 (2023-07-24 / 4d92566)
# 2.11.216 (2024-02-17 / e77c3bf)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ You can find an overview of all our different projects at [lambdaisland/open-sou
deps.edn

```
lambdaisland/deep-diff2 {:mvn/version "2.10.211"}
lambdaisland/deep-diff2 {:mvn/version "2.11.216"}
```

project.clj

```
[lambdaisland/deep-diff2 "2.10.211"]
[lambdaisland/deep-diff2 "2.11.216"]
```

## Use
Expand Down

0 comments on commit eac1651

Please sign in to comment.