Skip to content

Commit 2c4aca0

Browse files
committed
upd v
1 parent 89a0630 commit 2c4aca0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@
3535
* fix a bug with the logical operators
3636
* **`0.3.4`**
3737
* add a result as a path
38+
* **`0.3.5`**
39+
* add `!` negation operation in filters
40+
* allow using () in filters
41+

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.3.4"
4+
version = "0.3.5"
55
authors = ["BorisZhguchev <[email protected]>"]
66
edition = "2018"
77
license-file = "LICENSE"

0 commit comments

Comments
 (0)