diff --git a/.github/actions/setup-release-cli/action.yml b/.github/actions/setup-release-cli/action.yml index e1d875b..767795f 100644 --- a/.github/actions/setup-release-cli/action.yml +++ b/.github/actions/setup-release-cli/action.yml @@ -48,7 +48,7 @@ runs: WORKFLOW_SHA: ${{ job.workflow_sha }} # Release Please keeps this value in step with the released binary. # x-release-please-start-version - DEFAULT_VERSION: 0.1.17 + DEFAULT_VERSION: 0.1.18 # x-release-please-end run: | set -euo pipefail diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88efc87..082a0b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.17" + ".": "0.1.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d7247..052a5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.18](https://github.com/meigma/release/compare/v0.1.17...v0.1.18) (2026-08-26) + + +### Features + +* **image:** support multi-binary Go release units ([#69](https://github.com/meigma/release/issues/69)) ([1fd191d](https://github.com/meigma/release/commit/1fd191d70b91684c8a30ce866d724f74e5c23cbb)) + ## [0.1.17](https://github.com/meigma/release/compare/v0.1.16...v0.1.17) (2026-08-22)