Skip to content

Commit

Permalink
Add support for FreeBSD 13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 5, 2024
1 parent a4a7327 commit c127eca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
fail-fast: false
matrix:
version:
- '13.3'
- '13.2'
- '13.1'
- '13.0'
Expand Down
2 changes: 2 additions & 0 deletions 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]
### Added
- Add support for FreeBSD 13.3

## [0.23.0] - 2024-02-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ operating system will list which versions are supported.
| Version | x86-64 | arm64 |
| ------- | ------ | ------ |
| 14.0 |||
| 13.3 |||
| 13.2 |||
| 13.1 |||
| 13.0 |||
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const version = {
operating_system: {
freebsd: 'v0.6.0',
freebsd: 'v0.7.0',
netbsd: 'v0.2.0',
openbsd: 'v0.7.0'
},
Expand Down

0 comments on commit c127eca

Please sign in to comment.