Skip to content

Commit 83bea90

Browse files
chore(main): release 0.4.4 (#291)
1 parent 47454ca commit 83bea90

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.3"
2+
".": "0.4.4"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.4.4](https://github.com/looker-open-source/looker-cli/compare/v0.4.3...v0.4.4) (2026-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* switch to block annotation markers for release-please ([24b7dc0](https://github.com/looker-open-source/looker-cli/commit/24b7dc048fb306654e3447f7e2fae262afde3593))
9+
* update extra-files configuration to specify generic updater type ([f684ae6](https://github.com/looker-open-source/looker-cli/commit/f684ae65c942bd3ae922c389a0e3c93d8df9a6c8))
10+
311
## [0.4.3](https://github.com/looker-open-source/looker-cli/compare/v0.4.2...v0.4.3) (2026-06-15)
412

513

internal/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// x-release-please-start-version
24-
const Version = "0.4.3"
24+
const Version = "0.4.4"
2525
// x-release-please-end
2626

2727
var VersionCmd = &cobra.Command{

0 commit comments

Comments
 (0)