Skip to content

Commit

Permalink
# 1.2.62 (2022-05-13 / 89dae05)
Browse files Browse the repository at this point in the history
## Fixed

- Make sure the algorithm terminates when comparing `[{}]` and `[nil]`
  • Loading branch information
plexus committed May 13, 2022
1 parent 89dae05 commit b352c92
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 @@
1.1
1.2
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.2.62 (2022-05-13 / 89dae05)

## Fixed

Expand All @@ -12,4 +12,4 @@

# 1.1.55 (2020-08-19 / 77da754)

First release of the lambdaisland/clj-diff fork of clj-diff.
First release of the lambdaisland/clj-diff fork of clj-diff.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ details.
deps.edn

```
lambdaisland/clj-diff {:mvn/version "1.1.58"}
lambdaisland/clj-diff {:mvn/version "1.2.62"}
```

project.clj

```
[lambdaisland/clj-diff "1.1.58"]
[lambdaisland/clj-diff "1.2.62"]
```
<!-- /installation -->

Expand Down

0 comments on commit b352c92

Please sign in to comment.