diff --git a/CHANGELOG.md b/CHANGELOG.md index a51e2bf..2665f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,4 +55,6 @@ - **`0.7.1`** - add Display to JsonPath - **`0.7.2`** - - add JsonLike trait \ No newline at end of file + - add JsonLike trait +- **`0.7.3`** + - make some methods public \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index cc627cc..5497a31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" license = "MIT"