Skip to content

Commit

Permalink
chore: fix changelog headings and cargo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Mar 3, 2024
1 parent 30c47d5 commit a139e29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion serde_json_path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Unreleased

# 0.1.4 (3 March 2024)
# 0.6.7 (3 March 2024)

- **testing**: support tests for non-determinism in compliance test suite ([#85])
- **fixed**: bug preventing registered functions from being used as arguments to other functions ([#84])
Expand Down
2 changes: 1 addition & 1 deletion serde_json_path_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Unreleased

# 0.1.4 (3 March 2024)
# 0.1.6 (3 March 2024)

- **testing**: support tests for non-determinism in compliance test suite ([#85])
- **fixed**: bug preventing registered functions from being used as arguments to other functions ([#84])
Expand Down
2 changes: 1 addition & 1 deletion serde_json_path_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5" }
serde_json_path_core = { path = "../serde_json_path_core", version = "0.1.6" }
inventory = "0.3"
once_cell = "1"

Expand Down

0 comments on commit a139e29

Please sign in to comment.