Skip to content

Commit

Permalink
Update json-diff library with array support, bump version for release…
Browse files Browse the repository at this point in the history
… drafting.
  • Loading branch information
ChrisRega committed Oct 28, 2023
1 parent 7c0f3df commit 74dadc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-RC2"
version = "0.5.0"
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-rc1"}
json_diff_ng = {version = "0.3.0"}


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ rules:
## Changelog

### 0.5.0
- Add basic JSON checking
- Add JSON checking

### 0.4.0
- Separate reporting logic from comparison logic
Expand Down

0 comments on commit 74dadc1

Please sign in to comment.