From 0087e57cc32309b88e642e6fd964bafa2c563504 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 27 Sep 2023 03:28:10 +0900 Subject: [PATCH] Release 2.18.17 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f004092..7e7fab61 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.17] - 2023-09-26 + - Update `cargo-llvm-cov@latest` to 0.5.33. ## [2.18.16] - 2023-09-23 @@ -1251,7 +1253,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.16...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.18.17...HEAD +[2.18.17]: https://github.com/taiki-e/install-action/compare/v2.18.16...v2.18.17 [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