Skip to content

Commit

Permalink
chore: bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Nov 3, 2024
1 parent eef42a4 commit 094ff79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions serde_json_path/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_json_path"
version = "0.6.7"
version = "0.7.0"
edition = "2021"
license = "MIT"
authors = ["Trevor Hilton <[email protected]>"]
Expand All @@ -23,8 +23,8 @@ once_cell = { version = "1.17.1" }
regex = { version="1.7.1", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_json_path_core = { path = "../serde_json_path_core", version = "0.1.6" }
serde_json_path_macros = { path = "../serde_json_path_macros", version = "0.1.4" }
serde_json_path_core = { path = "../serde_json_path_core", version = "0.2.0" }
serde_json_path_macros = { path = "../serde_json_path_macros", version = "0.1.5" }
thiserror = "1.0"
tracing = { version = "0.1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion serde_json_path_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_json_path_core"
version = "0.1.6"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Trevor Hilton <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions serde_json_path_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_json_path_macros"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT"
authors = ["Trevor Hilton <[email protected]>"]
Expand All @@ -13,7 +13,7 @@ keywords = ["json", "jsonpath", "json_path", "serde", "serde_json"]

[dependencies]
serde_json_path_macros_internal = { path = "src/internal", version = "0.1.1" }
serde_json_path_core = { path = "../serde_json_path_core", version = "0.1.6" }
serde_json_path_core = { path = "../serde_json_path_core", version = "0.2.0" }
inventory = "0.3"
once_cell = "1"

Expand Down

0 comments on commit 094ff79

Please sign in to comment.