Skip to content

Commit

Permalink
Add support for NetBSD 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed May 4, 2024
1 parent b84e059 commit 3144885
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
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 NetBSD 9.4

## [0.24.0] - 2024-04-12
### 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 @@ -197,6 +197,7 @@ operating system will list which versions are supported.
| Version | x86-64 | arm64 |
|---------|--------|-------|
| 10.0 |||
| 9.4 |||
| 9.3 |||
| 9.2 |||

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const version = {
operating_system: {
freebsd: 'v0.7.0',
netbsd: 'v0.3.0',
netbsd: 'v0.4.0-rc3',
openbsd: 'v0.8.0'
},

Expand Down

0 comments on commit 3144885

Please sign in to comment.