We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b6d90 commit f8ee8dbCopy full SHA for f8ee8db
CHANGELOG.md
@@ -47,6 +47,8 @@
47
- **`0.6`**
48
- allow to reuse regex, that improves performance without needing an internal cache
49
50
-- **`6.1`**
+- **`0.6.1`**
51
- Performance improvements
52
- - Change the contract for the struct of errors
+ - Change the contract for the struct of errors
53
+- **`0.7.0`**
54
+ - Bug fixes and api changes
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "jsonpath-rust"
3
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
4
-version = "0.6.1"
+version = "0.7.0"
5
authors = ["BorisZhguchev <[email protected]>"]
6
edition = "2021"
7
license = "MIT"
0 commit comments