diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 3325015..d8ae96a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -29,8 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64 - goos: [linux, windows, darwin] + goos: [linux, windows, darwin, freebsd, openbsd, netbsd] goarch: ["386", amd64, arm64] exclude: - goarch: "386" diff --git a/Changelog.md b/Changelog.md index c46d2c0..8cf1fa6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,4 @@ -# Release 1.0.17 +# Release 1.1.0 -* Actions test +* Support extended for darwin (macos) +* Support for *BSD systems