Skip to content

Commit

Permalink
Merge pull request #43 from ChrisRega/0.5.1
Browse files Browse the repository at this point in the history
Patchset-Release of 0.5.1 due to crash in json-diff on strange diffs.
  • Loading branch information
rohdealx committed Nov 12, 2023
2 parents 35d0978 + d5adcd0 commit 5c41c43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A flexible rule-based file and folder comparison tool and crate i
repository = "https://github.com/VolumeGraphics/havocompare"
homepage = "https://github.com/VolumeGraphics/havocompare"
documentation = "https://docs.rs/havocompare"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "MIT"
authors = ["Volume Graphics GmbH"]
Expand Down Expand Up @@ -47,7 +47,7 @@ tempfile = "3.8"
fs_extra = "1.3"
opener = "0.6"
anyhow = "1.0"
json_diff_ng = {version = "0.3.0"}
json_diff_ng = {version = "0.3"}


[dev-dependencies]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ rules:

## Changelog

### 0.5.1
- Fix potential crash in JSON checking

### 0.5.0
- Add JSON checking

Expand Down

0 comments on commit 5c41c43

Please sign in to comment.