Skip to content

Commit a09a756

Browse files
authored
chore(main): release 4.15.1 (#146)
🤖 I have created a release *beep* *boop* --- ## [4.15.1](v4.15.0...v4.15.1) (2026-04-16) ### Bug Fixes * **provider:** BinaryName returns empty for refs with trailing slash ([#145](#145)) ([b4d8ce4](b4d8ce4)) * **provider:** surface portable scripts, filter libs; persist interactive pick ([#147](#147)) ([1d8f7e9](1d8f7e9)) --- 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 1d8f7e9 commit a09a756

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.15.0"}
1+
{".":"4.15.1"}

CHANGELOG.md

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

3+
## [4.15.1](https://github.com/fentas/b/compare/v4.15.0...v4.15.1) (2026-04-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **provider:** BinaryName returns empty for refs with trailing slash ([#145](https://github.com/fentas/b/issues/145)) ([b4d8ce4](https://github.com/fentas/b/commit/b4d8ce44682ae942ae0b8190d636ae76ecec94ad))
9+
* **provider:** surface portable scripts, filter libs; persist interactive pick ([#147](https://github.com/fentas/b/issues/147)) ([1d8f7e9](https://github.com/fentas/b/commit/1d8f7e9bb10093d41f7912455a57aba6abf94357))
10+
311
## [4.15.0](https://github.com/fentas/b/compare/v4.14.1...v4.15.0) (2026-04-16)
412

513

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.15.0" // x-release-please-version
44+
version = "v4.15.1" // x-release-please-version
4545
versionPreRelease = ""
4646
)
4747

0 commit comments

Comments
 (0)