diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index aec6895..a8e7b58 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"4.17.0"} \ No newline at end of file +{".":"4.17.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c62861a..80c6100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.17.1](https://github.com/fentas/b/compare/v4.17.0...v4.17.1) (2026-05-08) + + +### Bug Fixes + +* **binary:** revert EnsureBinary unknown-version guard ([#152](https://github.com/fentas/b/issues/152) regression) ([#156](https://github.com/fentas/b/issues/156)) ([37428f4](https://github.com/fentas/b/commit/37428f4d8879d9ef3f35f071926f2f0221b1e8cb)) +* **preset:** disable tilt analytics during version check ([#158](https://github.com/fentas/b/issues/158)) ([f30b803](https://github.com/fentas/b/commit/f30b80386c2622a6433f0934253e5d3be2f95e34)) + ## [4.17.0](https://github.com/fentas/b/compare/v4.16.0...v4.17.0) (2026-05-08) diff --git a/cmd/b/main.go b/cmd/b/main.go index c1668ed..b94c621 100644 --- a/cmd/b/main.go +++ b/cmd/b/main.go @@ -41,7 +41,7 @@ import ( // Magic variables set by goreleaser var ( - version = "v4.17.0" // x-release-please-version + version = "v4.17.1" // x-release-please-version versionPreRelease = "" )