Skip to content

Commit

Permalink
up v
Browse files Browse the repository at this point in the history
  • Loading branch information
besok committed Nov 2, 2024
1 parent 5c41200 commit 0573773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@
- **`0.7.1`**
- add Display to JsonPath
- **`0.7.2`**
- add JsonLike trait
- add JsonLike trait
- **`0.7.3`**
- make some methods public
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jsonpath-rust"
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
version = "0.7.2"
version = "0.7.3"
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 0573773

Please sign in to comment.