From 0ebfdf5c7149b2532f37a9f4d81d162963bd8ff0 Mon Sep 17 00:00:00 2001 From: Trevor Hilton Date: Fri, 23 Feb 2024 20:56:04 -0500 Subject: [PATCH] chore: fix changelogs --- serde_json_path_core/CHANGELOG.md | 2 +- serde_json_path_macros/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/serde_json_path_core/CHANGELOG.md b/serde_json_path_core/CHANGELOG.md index 5984c78..3914a52 100644 --- a/serde_json_path_core/CHANGELOG.md +++ b/serde_json_path_core/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -# 0.1.5 (2 February 2024) +# 0.1.5 (23 February 2024) - **docs**: update links to refer to RFC 9535 ([#81]) diff --git a/serde_json_path_macros/CHANGELOG.md b/serde_json_path_macros/CHANGELOG.md index 951b031..d4d06ac 100644 --- a/serde_json_path_macros/CHANGELOG.md +++ b/serde_json_path_macros/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +# 0.1.3 (23 February 2024) + +- **internal**: update serde_json_path_core dependency + # 0.1.2 (2 February 2024) - **internal**: address new clippy lints in Rust 1.74 ([#70])