Skip to content

Commit 0573773

Browse files
committed
up v
1 parent 5c41200 commit 0573773

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@
5555
- **`0.7.1`**
5656
- add Display to JsonPath
5757
- **`0.7.2`**
58-
- add JsonLike trait
58+
- add JsonLike trait
59+
- **`0.7.3`**
60+
- make some methods public

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

0 commit comments

Comments
 (0)