Skip to content

Commit b9fdf37

Browse files
authored
chore(main): release 4.4.0 (#88)
🤖 I have created a release *beep* *boop* --- ## [4.4.0](v4.3.0...v4.4.0) (2025-08-29) ### Features * add argocd binary support and fix packer environment setup ([#87](#87)) ([5dd946e](5dd946e)) --- 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 5dd946e commit b9fdf37

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.3.0"}
1+
{".":"4.4.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.4.0](https://github.com/fentas/b/compare/v4.3.0...v4.4.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* add argocd binary support and fix packer environment setup ([#87](https://github.com/fentas/b/issues/87)) ([5dd946e](https://github.com/fentas/b/commit/5dd946e4d4b5a3a9a7db9f7872267ee1e7c2db25))
9+
310
## [4.3.0](https://github.com/fentas/b/compare/v4.2.0...v4.3.0) (2025-08-22)
411

512

cmd/b/main.go

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

4040
// Magic variables set by goreleaser
4141
var (
42-
version = "v4.3.0" // x-release-please-version
42+
version = "v4.4.0" // x-release-please-version
4343
versionPreRelease = ""
4444
)
4545

0 commit comments

Comments
 (0)