Skip to content

Commit a4e326b

Browse files
committed
Release v0.1.3
1 parent 6cc34ba commit a4e326b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.1.3] - 2026-03-05
6+
57
- PII redaction enabled by default: query result columns with Metabase PII semantic types (Email, Name, Phone, etc.) are replaced with `[REDACTED]`
68
- Add `--redact-pii` global flag and `MB_REDACT_PII` environment variable
79
- Block `--export` when PII redaction is enabled
10+
- Enrich native SQL query results with field semantic types from database metadata
811
- Update agent context document with PII redaction directive
912

1013
## [0.1.2] - 2026-03-05

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.2"
3+
var Version = "0.1.3"

0 commit comments

Comments
 (0)