Skip to content

Commit

Permalink
# 2.8.190 (2023-03-30 / 34d5e17)
Browse files Browse the repository at this point in the history
## Added

- Enable print tests in babashka
- Add a `lambdaisland.deep-diff2/minimize` function, which removes any items
  that haven't changed from the diff.

## Fixed

## Changed
  • Loading branch information
plexus committed Mar 30, 2023
1 parent 34d5e17 commit 6dcdae6
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.7
2.8
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.8.190 (2023-03-30 / 34d5e17)

## Added

Expand Down Expand Up @@ -148,4 +148,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.7.169"}
lambdaisland/deep-diff2 {:mvn/version "2.8.190"}
```

project.clj

```
[lambdaisland/deep-diff2 "2.7.169"]
[lambdaisland/deep-diff2 "2.8.190"]
```

## Use
Expand Down

0 comments on commit 6dcdae6

Please sign in to comment.