Skip to content

Commit 20e5aca

Browse files
chore(main): release otdfctl 0.32.0
1 parent 05a4473 commit 20e5aca

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/release-please/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"lib/ocrypto": "0.10.0",
44
"lib/flattening": "0.1.3",
55
"lib/identifier": "0.4.0",
6-
"otdfctl": "0.31.0",
6+
"otdfctl": "0.32.0",
77
"protocol/go": "0.26.0",
88
"sdk": "0.16.0",
99
"service": "0.14.0"

otdfctl/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.32.0](https://github.com/opentdf/platform/compare/otdfctl/v0.31.0...otdfctl/v0.32.0) (2026-04-22)
4+
5+
6+
### Features
7+
8+
* **cli:** Print report on failure ([#3365](https://github.com/opentdf/platform/issues/3365)) ([05a4473](https://github.com/opentdf/platform/commit/05a4473cf291e0837f215398b4212244bcfb2210))
9+
310
## [0.31.0](https://github.com/opentdf/platform/compare/otdfctl/v0.30.0...otdfctl/v0.31.0) (2026-04-22)
411

512

otdfctl/pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var (
88
// config file naming and in the profile store
99
AppName = "otdfctl"
1010

11-
Version = "0.31.0" // x-release-please-version
11+
Version = "0.32.0" // x-release-please-version
1212
BuildTime = "1970-01-01T00:00:00Z"
1313
CommitSha = "0000000"
1414

0 commit comments

Comments
 (0)