Skip to content

Commit

Permalink
Release 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jan 22, 2025
1 parent a9eea90 commit fe0167d
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.27.0] - 2025-01-22
### Added
- Add support for NetBSD 10.1 ([#95](https://github.com/cross-platform-actions/action/issues/95))

Expand Down Expand Up @@ -221,8 +223,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.26.0...HEAD
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.27.0...HEAD

[0.27.0]: https://github.com/cross-platform-actions/action/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/cross-platform-actions/action/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/cross-platform-actions/action/compare/v0.24.0...v0.25.0
[0.24.0]: https://github.com/cross-platform-actions/action/compare/v0.23.0...v0.24.0
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v4

- name: Test on ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v0.27.0
env:
MY_ENV1: MY_ENV1
MY_ENV2: MY_ENV2
Expand Down

0 comments on commit fe0167d

Please sign in to comment.