Skip to content

Commit

Permalink
# 2.10.211 (2023-07-24 / 4d92566)
Browse files Browse the repository at this point in the history
## Added

## Fixed

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

## Changed
  • Loading branch information
alysbrooks committed Jul 24, 2023
1 parent 4d92566 commit e940bd1
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.9
2.10
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.10.211 (2023-07-24 / 4d92566)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
deps.edn

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

project.clj

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

## Use
Expand Down

0 comments on commit e940bd1

Please sign in to comment.