Skip to content

Commit 0059a18

Browse files
authored
chore(main): release 4.8.0 (#111)
🤖 I have created a release *beep* *boop* --- ## [4.8.0](v4.7.1...v4.8.0) (2026-02-15) ### Features * add git:// provider for sourcing binaries from git repos ([#110](#110)) ([3d20c37](3d20c37)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 3d20c37 commit 0059a18

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.7.1"}
1+
{".":"4.8.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.8.0](https://github.com/fentas/b/compare/v4.7.1...v4.8.0) (2026-02-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [4.7.1](https://github.com/fentas/b/compare/v4.7.0...v4.7.1) (2026-02-14)
411

512

cmd/b/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141

4242
// Magic variables set by goreleaser
4343
var (
44-
version = "v4.7.1" // x-release-please-version
44+
version = "v4.8.0" // x-release-please-version
4545
versionPreRelease = ""
4646
)
4747

0 commit comments

Comments
 (0)