Update versions

This commit is contained in:
ok-nick 2022-08-30 14:05:09 -04:00
parent 1cb1f7883e
commit fd69cec4ec
No known key found for this signature in database
GPG key ID: A93D451DB4F2EB17
2 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.2.0] - 2022-08-30
## Fixed ## Fixed
- PowerShell on Windows not recognizing executables. - PowerShell on Windows not recognizing executables.
@ -15,5 +17,6 @@ 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.1.0...HEAD [Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.2.0
[0.1.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.1.0 [0.1.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.1.0

View file

@ -11,7 +11,7 @@ Github action to install and run [aftman](https://github.com/LPGhatguy/aftman);
## Usage ## Usage
```yaml ```yaml
steps: steps:
- uses: actions/setup-aftman@v0 - uses: actions/setup-aftman@v0.2.0
``` ```
### Parameters ### Parameters