Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Apr 12, 2024
1 parent e905a58 commit b2e15da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [Unreleased]

## [0.24.0] - 2024-04-12
### Added
- Add support for FreeBSD 13.3
- Add support for NetBSD 10.0
Expand Down Expand Up @@ -184,8 +186,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.23.0...HEAD
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.24.0...HEAD

[0.24.0]: https://github.com/cross-platform-actions/action/compare/v0.23.0...v0.24.0
[0.23.0]: https://github.com/cross-platform-actions/action/compare/v0.22.0...v0.23.0
[0.22.0]: https://github.com/cross-platform-actions/action/compare/v0.21.1...v0.22.0
[0.21.1]: https://github.com/cross-platform-actions/action/compare/v0.21.0...v0.21.1
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test on ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.23.0
uses: cross-platform-actions/action@v0.24.0
env:
MY_ENV1: MY_ENV1
MY_ENV2: MY_ENV2
Expand Down

0 comments on commit b2e15da

Please sign in to comment.