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