Skip to content

Commit fe0167d

Browse files
Release 0.27.0
1 parent a9eea90 commit fe0167d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.27.0] - 2025-01-22
810
### Added
911
- Add support for NetBSD 10.1 ([#95](https://github.com/cross-platform-actions/action/issues/95))
1012

@@ -221,8 +223,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221223
### Added
222224
- Initial release
223225

224-
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.26.0...HEAD
226+
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.27.0...HEAD
225227

228+
[0.27.0]: https://github.com/cross-platform-actions/action/compare/v0.26.0...v0.27.0
226229
[0.26.0]: https://github.com/cross-platform-actions/action/compare/v0.25.0...v0.26.0
227230
[0.25.0]: https://github.com/cross-platform-actions/action/compare/v0.24.0...v0.25.0
228231
[0.24.0]: https://github.com/cross-platform-actions/action/compare/v0.23.0...v0.24.0

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v4
8989

9090
- name: Test on ${{ matrix.os.name }}
91-
uses: cross-platform-actions/action@v0.26.0
91+
uses: cross-platform-actions/action@v0.27.0
9292
env:
9393
MY_ENV1: MY_ENV1
9494
MY_ENV2: MY_ENV2

0 commit comments

Comments
 (0)