Skip to content

Commit 6d5b0e5

Browse files
author
Boris Zhguchev
committed
add jspathinst clonable
1 parent eff77e3 commit 6d5b0e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929
* make parser mod public
3030
* **`0.3.0`**
3131
* introduce the different behaviour for empty results and non-existing result
32+
* **`0.3.2`**
33+
* make jsonpath inst cloneable

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.2.7"
4+
version = "0.3.2"
55
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
66
edition = "2018"
77
license-file = "LICENSE"

0 commit comments

Comments
 (0)