Skip to content

Commit a886cfe

Browse files
authored
chore(main): release 4.6.0 (#95)
🤖 I have created a release *beep* *boop* --- ## [4.6.0](v4.5.0...v4.6.0) (2026-02-12) ### Features * environment file sync, multi-provider install, and CI ([#94](#94)) ([41c6c2d](41c6c2d)) --- 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 41c6c2d commit a886cfe

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.5.0"}
1+
{".":"4.6.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.6.0](https://github.com/fentas/b/compare/v4.5.0...v4.6.0) (2026-02-12)
4+
5+
6+
### Features
7+
8+
* environment file sync, multi-provider install, and CI ([#94](https://github.com/fentas/b/issues/94)) ([41c6c2d](https://github.com/fentas/b/commit/41c6c2da871cfe6365667bbec7eefaf32fb33dbb))
9+
310
## [4.5.0](https://github.com/fentas/b/compare/v4.4.0...v4.5.0) (2025-09-15)
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.5.0" // x-release-please-version
44+
version = "v4.6.0" // x-release-please-version
4545
versionPreRelease = ""
4646
)
4747

0 commit comments

Comments
 (0)