Skip to content

Commit

Permalink
# 2.1.121 (2022-05-13 / bb0dd63)
Browse files Browse the repository at this point in the history
## Fixed

- Bump clj-diff, which fixes an issue where the diffing would not terminate in
  specific cases

## Changed

- Bump all dependencies to the latest version
  • Loading branch information
plexus committed May 13, 2022
1 parent bb0dd63 commit 4548a49
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.0
2.1
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.1.121 (2022-05-13 / bb0dd63)

## Fixed

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

project.clj

```
[lambdaisland/deep-diff2 "2.0.108"]
[lambdaisland/deep-diff2 "2.1.121"]
```

## Use
Expand Down

0 comments on commit 4548a49

Please sign in to comment.