diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff4dda..fcc1bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,3 +35,7 @@ * fix a bug with the logical operators * **`0.3.4`** * add a result as a path +* **`0.3.5`** + * add `!` negation operation in filters + * allow using () in filters + diff --git a/Cargo.toml b/Cargo.toml index 2158280..f8f74b9 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.3.4" +version = "0.3.5" authors = ["BorisZhguchev "] edition = "2018" license-file = "LICENSE"