Skip to content

Commit cefabda

Browse files
authored
chore(main): release 4.7.1 (#109)
🤖 I have created a release *beep* *boop* --- ## [4.7.1](v4.7.0...v4.7.1) (2026-02-14) ### Bug Fixes * fallback to CWD/.bin when no git repo or envs ([#108](#108)) ([6b2b30f](6b2b30f)) --- 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 6b2b30f commit cefabda

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.0"}
1+
{".":"4.7.1"}

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.7.1](https://github.com/fentas/b/compare/v4.7.0...v4.7.1) (2026-02-14)
4+
5+
6+
### Bug Fixes
7+
8+
* fallback to CWD/.bin when no git repo or envs ([#108](https://github.com/fentas/b/issues/108)) ([6b2b30f](https://github.com/fentas/b/commit/6b2b30fcf8345413c6a4dd62dbd8b752466f9e09))
9+
310
## [4.7.0](https://github.com/fentas/b/compare/v4.6.1...v4.7.0) (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.0" // x-release-please-version
44+
version = "v4.7.1" // x-release-please-version
4545
versionPreRelease = ""
4646
)
4747

0 commit comments

Comments
 (0)