Skip to content

Commit b600180

Browse files
chore(main): release 0.4.7 (#299)
1 parent 443385b commit b600180

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.6"
2+
".": "0.4.7"
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.7](https://github.com/looker-open-source/looker-cli/compare/v0.4.6...v0.4.7) (2026-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* track ssl flag in profile ([#298](https://github.com/looker-open-source/looker-cli/issues/298)) ([443385b](https://github.com/looker-open-source/looker-cli/commit/443385bd1a283a13770af802588226aabc6eec14))
9+
310
## [0.4.6](https://github.com/looker-open-source/looker-cli/compare/v0.4.5...v0.4.6) (2026-06-25)
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.6"
24+
const Version = "0.4.7"
2525
// x-release-please-end
2626

2727
var VersionCmd = &cobra.Command{

0 commit comments

Comments
 (0)