Skip to content

Commit

Permalink
# 2.5.151 (2022-11-21 / 92232a1)
Browse files Browse the repository at this point in the history
## Changed

- [breaking] Fall back to the system printer when no deep-diff2 specific print handler is available for a given type. See the README for details.
  • Loading branch information
plexus committed Nov 21, 2022
1 parent 92232a1 commit 5b69025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4
2.5
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.5.151 (2022-11-21 / 92232a1)

## Changed

Expand Down Expand Up @@ -124,4 +124,4 @@

## Added

- Extracted from Kaocha, and added a top-level namespace.
- Extracted from Kaocha, and added a top-level namespace.
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.4.138"}
lambdaisland/deep-diff2 {:mvn/version "2.5.151"}
```

project.clj

```
[lambdaisland/deep-diff2 "2.4.138"]
[lambdaisland/deep-diff2 "2.5.151"]
```

## Use
Expand Down

0 comments on commit 5b69025

Please sign in to comment.