From 50c3ac5fe67f16f361abb89f70cba7a6dfb57e29 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 1 Oct 2024 23:42:22 -0700 Subject: [PATCH] [meta] prepare releases --- guppy/CHANGELOG.md | 13 +++++++++++++ tools/cargo-hakari/CHANGELOG.md | 9 +++++++++ 2 files changed, 22 insertions(+) diff --git a/guppy/CHANGELOG.md b/guppy/CHANGELOG.md index 214af76c47e..7eac4e1178d 100644 --- a/guppy/CHANGELOG.md +++ b/guppy/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.17.8] - 2024-10-02 + +### Fixed + +- Fixed a case of dependency matching with renamed packages ([#317]). + +### Changed + +- Update `target-spec` to 3.2.2. + +[#317]: https://github.com/guppy-rs/guppy/pull/317 + ## [0.17.7] - 2024-07-31 ### Changed @@ -675,6 +687,7 @@ lazy_static = "0.2" - Initial release. +[0.17.8]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.17.8 [0.17.7]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.17.7 [0.17.6]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.17.6 [0.17.5]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.17.5 diff --git a/tools/cargo-hakari/CHANGELOG.md b/tools/cargo-hakari/CHANGELOG.md index 7c6f3401d19..5af897895a1 100644 --- a/tools/cargo-hakari/CHANGELOG.md +++ b/tools/cargo-hakari/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.9.32] - 2024-10-02 + +### Fixed + +- Fixed a case of dependency matching with renamed packages ([#317]). + +[#317]: https://github.com/guppy-rs/guppy/pull/317 + ## [0.9.31] - 2024-09-11 ### Changed @@ -306,6 +314,7 @@ This was tagged, but never released due to Initial release. +[0.9.32]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.32 [0.9.31]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.31 [0.9.30]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.30 [0.9.29]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.29