Skip to content

Commit 25ca480

Browse files
committed
up v
1 parent 6f8bbd3 commit 25ca480

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@
6464
- introduced breaking changes to the API to make it compliant with the RFC9535
6565
- **`1.0.1`**
6666
- add method to process parsed query
67-
67+
- **`1.0.2`**
68+
- improve grammar

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

rfc9535/test_suite/results.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Total; Passed; Failed; Date
2-
687; 652; 15; 2025-03-18 22:27:40
32
687; 652; 10; 2025-03-18 22:29:42
43
687; 652; 5; 2025-03-18 22:34:48
54
687; 652; 4; 2025-03-18 22:40:55
@@ -9,3 +8,4 @@ Total; Passed; Failed; Date
98
687; 652; 1; 2025-03-18 22:52:05
109
687; 652; 0; 2025-03-18 22:56:39
1110
687; 652; 0; 2025-03-18 22:57:01
11+
687; 652; 0; 2025-05-13 21:21:59

0 commit comments

Comments
 (0)