From 04c00c57d3ea6a10ad76b04068e00862c6625cd9 Mon Sep 17 00:00:00 2001 From: ok-nick Date: Mon, 18 Sep 2023 00:58:27 -0400 Subject: [PATCH] docs: update changelog and prep `0.4.1` --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5df8f6..909ea59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2023-09-18 +## Fixed +- Cache `~/.aftman/tool-storage` as well +- Only hash `aftman.toml` instead of entire directory + ## [0.4.0] - 2023-09-17 ## Added - Add `cache` parameter and cache by default @@ -28,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Everything -[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.4.1 [0.4.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.4.0 [0.3.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.3.0 [0.2.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.2.0