Skip to content

Commit f8ee8db

Browse files
committed
bump v
1 parent 82b6d90 commit f8ee8db

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
- **`0.6`**
4848
- allow to reuse regex, that improves performance without needing an internal cache
4949

50-
- **`6.1`**
50+
- **`0.6.1`**
5151
- Performance improvements
52-
- Change the contract for the struct of errors
52+
- Change the contract for the struct of errors
53+
- **`0.7.0`**
54+
- Bug fixes and api changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jsonpath-rust"
33
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
4-
version = "0.6.1"
4+
version = "0.7.0"
55
authors = ["BorisZhguchev <[email protected]>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)