docs: update changelog and prep 0.4.1

This commit is contained in:
ok-nick 2023-09-18 00:58:27 -04:00
parent 320475777d
commit 04c00c57d3
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [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 ## [0.4.0] - 2023-09-17
## Added ## Added
- Add `cache` parameter and cache by default - 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 ### Added
- Everything - 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.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.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 [0.2.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.2.0