From 4ea8614f660372eb669786940ce2ae1f4bfa9df0 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 15 Dec 2022 21:13:23 +0900 Subject: [PATCH] Release 1.17.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc3e576..5698f0d7 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] +## [1.17.1] - 2022-12-15 + - Update `mdbook@latest` to 0.4.23. - Support `mdbook` on Linux (musl). - Update `cargo-llvm-cov@latest` to 0.5.3. @@ -451,7 +453,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.17.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.17.1...HEAD +[1.17.1]: https://github.com/taiki-e/install-action/compare/v1.17.0...v1.17.1 [1.17.0]: https://github.com/taiki-e/install-action/compare/v1.16.0...v1.17.0 [1.16.0]: https://github.com/taiki-e/install-action/compare/v1.15.5...v1.16.0 [1.15.5]: https://github.com/taiki-e/install-action/compare/v1.15.4...v1.15.5