Skip to content

Commit 6a01726

Browse files
chore(main): release 0.4.8 (#302)
1 parent 6171b07 commit 6a01726

3 files changed

Lines changed: 9 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.7"
2+
".": "0.4.8"
33
}

CHANGELOG.md

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

3+
## [0.4.8](https://github.com/looker-open-source/looker-cli/compare/v0.4.7...v0.4.8) (2026-07-14)
4+
5+
6+
### Features
7+
8+
* update to 26.12 api ([#301](https://github.com/looker-open-source/looker-cli/issues/301)) ([6171b07](https://github.com/looker-open-source/looker-cli/commit/6171b078ea8e327870f9512fd3c6c46873684066))
9+
310
## [0.4.7](https://github.com/looker-open-source/looker-cli/compare/v0.4.6...v0.4.7) (2026-06-26)
411

512

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.7"
24+
const Version = "0.4.8"
2525
// x-release-please-end
2626

2727
var VersionCmd = &cobra.Command{

0 commit comments

Comments
 (0)