Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.7.0"}
{".":"4.7.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.7.1](https://github.com/fentas/b/compare/v4.7.0...v4.7.1) (2026-02-14)


### Bug Fixes

* 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))

## [4.7.0](https://github.com/fentas/b/compare/v4.6.1...v4.7.0) (2026-02-14)


Expand Down
2 changes: 1 addition & 1 deletion cmd/b/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (

// Magic variables set by goreleaser
var (
version = "v4.7.0" // x-release-please-version
version = "v4.7.1" // x-release-please-version
versionPreRelease = ""
)

Expand Down
Loading