From 5b205dd5b807eef56fdbfeedeedcee63c5d44090 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 23 Sep 2023 21:13:00 +0900 Subject: [PATCH] Release 2.18.16 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7cc9f1..ff92febc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.18.16] - 2023-09-23 + - Update `cargo-machete@latest` to 0.6.0. - Update `cargo-llvm-cov@latest` to 0.5.32. @@ -1247,7 +1249,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.18.15...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.18.16...HEAD +[2.18.16]: https://github.com/taiki-e/install-action/compare/v2.18.15...v2.18.16 [2.18.15]: https://github.com/taiki-e/install-action/compare/v2.18.14...v2.18.15 [2.18.14]: https://github.com/taiki-e/install-action/compare/v2.18.13...v2.18.14 [2.18.13]: https://github.com/taiki-e/install-action/compare/v2.18.12...v2.18.13