Skip to content

Commit

Permalink
# 2.6.166 (2022-11-25 / 06fec7e)
Browse files Browse the repository at this point in the history
## Fixed

- Babashka compatibility
  • Loading branch information
plexus committed Nov 25, 2022
1 parent 06fec7e commit e3828ab
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.5
2.6
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.6.166 (2022-11-25 / 06fec7e)

## Fixed

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

project.clj

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

## Use
Expand Down

0 comments on commit e3828ab

Please sign in to comment.