Skip to content

Commit 492b0c8

Browse files
Release 0.32.0
1 parent c17203c commit 492b0c8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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.32.0] - 2025-12-21
810
### Added
911
- Add support for OmniOS
1012

@@ -253,8 +255,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253255
### Added
254256
- Initial release
255257

256-
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.31.0...HEAD
258+
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.32.0...HEAD
257259

260+
[0.32.0]: https://github.com/cross-platform-actions/action/compare/v0.31.0...v0.32.0
258261
[0.31.0]: https://github.com/cross-platform-actions/action/compare/v0.30.0...v0.31.0
259262
[0.30.0]: https://github.com/cross-platform-actions/action/compare/v0.29.0...v0.30.0
260263
[0.29.0]: https://github.com/cross-platform-actions/action/compare/v0.28.0...v0.29.0

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434

3535
- name: Test
36-
uses: cross-platform-actions/action@v0.31.0
36+
uses: cross-platform-actions/action@v0.32.0
3737
with:
3838
operating_system: freebsd
3939
version: '15.0'
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v6
9797

9898
- name: Test on ${{ matrix.os.name }}
99-
uses: cross-platform-actions/action@v0.31.0
99+
uses: cross-platform-actions/action@v0.32.0
100100
env:
101101
MY_ENV1: MY_ENV1
102102
MY_ENV2: MY_ENV2

0 commit comments

Comments
 (0)