diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bdb903..12b400d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,8 @@ - **`0.6`** - allow to reuse regex, that improves performance without needing an internal cache -- **`6.1`** +- **`0.6.1`** - Performance improvements - - Change the contract for the struct of errors \ No newline at end of file + - Change the contract for the struct of errors +- **`0.7.0`** + - Bug fixes and api changes \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index a25bb20..bfca3f1 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.6.1" +version = "0.7.0" authors = ["BorisZhguchev "] edition = "2021" license = "MIT"