From 3e1de50c16cb6ee6e4444b7240b926baa31fbfe3 Mon Sep 17 00:00:00 2001 From: charliemaiors Date: Mon, 26 Jun 2023 15:30:16 +0200 Subject: [PATCH 1/2] exclusions --- .github/workflows/create-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index d8ae96a..f16a06e 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -36,6 +36,10 @@ jobs: goos: darwin - goarch: arm64 goos: windows + - goarch: arm64 + goos: openbsd + - goarch: arm64 + goos: netbsd steps: - name: Checkout code uses: actions/checkout@v2 From e5c93c9d7ca92bb3a2f634976301baa1ff797426 Mon Sep 17 00:00:00 2001 From: charliemaiors Date: Mon, 26 Jun 2023 15:30:51 +0200 Subject: [PATCH 2/2] exclusions changelog --- Changelog.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8cf1fa6..48d6a40 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,3 @@ -# Release 1.1.0 +# Release 1.1.1 -* Support extended for darwin (macos) -* Support for *BSD systems +* Excluded some releases