From f8ee8dbe2827acd3680159cc5a7c5c58b76d9c07 Mon Sep 17 00:00:00 2001 From: Boris Zhguchev Date: Wed, 24 Jul 2024 20:36:16 +0200 Subject: [PATCH] bump v --- CHANGELOG.md | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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"