Skip to content

Commit 206ae22

Browse files
chore(main): release 0.4.5 (#292)
1 parent 8ca13f1 commit 206ae22

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.4"
2+
".": "0.4.5"
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.5](https://github.com/looker-open-source/looker-cli/compare/v0.4.4...v0.4.5) (2026-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* fix handling of table calcs and filters on dashboard import ([7501ceb](https://github.com/looker-open-source/looker-cli/commit/7501cebe2efb3ba0e9a9ae8bbe42de35f9997bf0))
9+
310
## [0.4.4](https://github.com/looker-open-source/looker-cli/compare/v0.4.3...v0.4.4) (2026-06-15)
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.4"
24+
const Version = "0.4.5"
2525
// x-release-please-end
2626

2727
var VersionCmd = &cobra.Command{

0 commit comments

Comments
 (0)