Skip to content

Commit 2441884

Browse files
committed
add up v
1 parent 474293e commit 2441884

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
- make some methods public
6161
- **`0.7.5`**
6262
- add reference and reference_mut methods
63-
- **`1.0.1`**
63+
- **`1.0.0`**
6464
- introduced breaking changes to the API to make it compliant with the RFC9535
65+
- **`1.0.1`**
66+
- add method to process parsed query
6567

Cargo.toml

+1-1
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 = "1.0.0"
4+
version = "1.0.1"
55
authors = ["BorisZhguchev <[email protected]>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)