Skip to content

Commit 532c929

Browse files
committed
up v
1 parent b0954bc commit 532c929

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
@@ -67,4 +67,6 @@
6767
- **`1.0.2`**
6868
- improve grammar
6969
- **`1.0.3`**
70-
- change String to str for as objects
70+
- change String to str for as objects
71+
- **`1.0.4`**
72+
- added function to remove a part by path

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 = "1.0.3"
4+
version = "1.0.4"
55
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)