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.4.0"}
{".":"4.5.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.5.0](https://github.com/fentas/b/compare/v4.4.0...v4.5.0) (2025-09-15)


### Features

* add khelm binary for Helm chart templating ([2dd1d55](https://github.com/fentas/b/commit/2dd1d5541732c38e0fe71c71fd0d5a390e62418f))
* add support for custom binary file paths in config ([#89](https://github.com/fentas/b/issues/89)) ([d1c0b07](https://github.com/fentas/b/commit/d1c0b07f2ccf2bd2338d766aa0f1edada0dba313))

## [4.4.0](https://github.com/fentas/b/compare/v4.3.0...v4.4.0) (2025-08-29)


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

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

Expand Down
Loading