Skip to content

Commit

Permalink
Release 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Dec 4, 2024
1 parent 4b0be0e commit a0672d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.26.0] - 2024-04-12
### Added
- Add support for FreeBSD 13.4
- Add support for OpenBSD 7.6 ([openbsd-builder#20](https://github.com/cross-platform-actions/openbsd-builder/issues/20))
Expand Down Expand Up @@ -217,8 +219,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.25.0...HEAD
[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.26.0...HEAD

[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
[0.23.0]: https://github.com/cross-platform-actions/action/compare/v0.22.0...v0.23.0
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v4

- name: Test
uses: cross-platform-actions/action@v0.25.0
uses: cross-platform-actions/action@v0.26.0
with:
operating_system: freebsd
version: '14.0'
version: '14.2'
run: |
uname -a
echo $SHELL
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit a0672d7

Please sign in to comment.