From d3b7ad8380dc8e08a9e75898b8f746e118c3ee74 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 26 Dec 2022 01:37:58 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b12ea91..565dee33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `cargo-hack@latest` to 0.5.25. + +- Update `cargo-minimal-versions@latest` to 0.1.9. + ## [2.0.0] - 2022-12-25 This release implements a mechanism to automatically track the latest version of the tool on our end. ([#27](https://github.com/taiki-e/install-action/pull/27))