From 1292b47f7f3e81c5724f5ca957c4e162b4ca8890 Mon Sep 17 00:00:00 2001 From: Trevor Hilton Date: Mon, 4 Dec 2023 18:57:58 -0500 Subject: [PATCH] update changelogs --- serde_json_path/CHANGELOG.md | 2 ++ serde_json_path_core/CHANGELOG.md | 2 ++ serde_json_path_macros/CHANGELOG.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/serde_json_path/CHANGELOG.md b/serde_json_path/CHANGELOG.md index 2b793c9..de56ed1 100644 --- a/serde_json_path/CHANGELOG.md +++ b/serde_json_path/CHANGELOG.md @@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased - **internal**: address new clippy lints in Rust 1.74 ([#70]) +- **internal**: code clean-up ([#72]) [#70]: https://github.com/hiltontj/serde_json_path/pull/70 +[#72]: https://github.com/hiltontj/serde_json_path/pull/72 # 0.6.4 (9 November 2023) diff --git a/serde_json_path_core/CHANGELOG.md b/serde_json_path_core/CHANGELOG.md index 0d9cfdf..bac6e99 100644 --- a/serde_json_path_core/CHANGELOG.md +++ b/serde_json_path_core/CHANGELOG.md @@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased - **internal**: address new clippy lints in Rust 1.74 and update some tracing instrumentation ([#70]) +- **internal**: code clean-up ([#72]) [#70]: https://github.com/hiltontj/serde_json_path/pull/70 +[#72]: https://github.com/hiltontj/serde_json_path/pull/72 # 0.1.3 (9 November 2023) diff --git a/serde_json_path_macros/CHANGELOG.md b/serde_json_path_macros/CHANGELOG.md index 72c1579..70748e8 100644 --- a/serde_json_path_macros/CHANGELOG.md +++ b/serde_json_path_macros/CHANGELOG.md @@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased - **internal**: address new clippy lints in Rust 1.74 ([#70]) +- **internal**: code clean-up ([#72]) [#70]: https://github.com/hiltontj/serde_json_path/pull/70 +[#72]: https://github.com/hiltontj/serde_json_path/pull/72 # 0.1.1 (9 November 2023)