diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index e4401d3..0af967c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"4.7.1"} \ No newline at end of file +{".":"4.8.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a61db2..0263859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.8.0](https://github.com/fentas/b/compare/v4.7.1...v4.8.0) (2026-02-15) + + +### Features + +* add git:// provider for sourcing binaries from git repos ([#110](https://github.com/fentas/b/issues/110)) ([3d20c37](https://github.com/fentas/b/commit/3d20c37c5c0dcbca52f0d40084198abc91dfd88a)) + ## [4.7.1](https://github.com/fentas/b/compare/v4.7.0...v4.7.1) (2026-02-14) diff --git a/cmd/b/main.go b/cmd/b/main.go index 25fda5a..5adeb7c 100644 --- a/cmd/b/main.go +++ b/cmd/b/main.go @@ -41,7 +41,7 @@ import ( // Magic variables set by goreleaser var ( - version = "v4.7.1" // x-release-please-version + version = "v4.8.0" // x-release-please-version versionPreRelease = "" )