Skip to content

Commit 3748f3c

Browse files
committed
release 0.2.0
1 parent 25be031 commit 3748f3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## [Unreleased]
44

5-
## [0.1.4] - 2026-03-12
5+
## [0.2.0] - 2026-03-12
66

77
- Add dashboard inspection commands for listing dashboards, viewing tabs and dashcards, and summarizing dashboard dependencies
88
- Expand card inspection with `card get --full`, dashboard parameter lookup, and parameterized card/dashboard execution
9-
- Improve dashboard query safety with clearer error messages and redaction-aware parameterized query handling
9+
- Improve dashboard query safety with clearer error messages, redaction-aware parameter handling, and updated documentation/tests
1010

1111
## [0.1.3] - 2026-03-05
1212

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
var Version = "0.1.4"
3+
var Version = "0.2.0"

0 commit comments

Comments
 (0)