Skip to content

Commit f876fac

Browse files
chore(main): release otdfctl 0.32.0
1 parent 3ad33dc commit f876fac

3 files changed

Lines changed: 10 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.27.0",
88
"sdk": "0.16.0",
99
"service": "0.14.0"

otdfctl/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.32.0](https://github.com/opentdf/platform/compare/otdfctl/v0.31.0...otdfctl/v0.32.0) (2026-04-24)
4+
5+
6+
### Features
7+
8+
* **cli:** Add better unit testing. ([#3378](https://github.com/opentdf/platform/issues/3378)) ([3ad33dc](https://github.com/opentdf/platform/commit/3ad33dc8adde0d110a64978f61358f728e6cbe0d))
9+
* **cli:** Print report on failure ([#3365](https://github.com/opentdf/platform/issues/3365)) ([05a4473](https://github.com/opentdf/platform/commit/05a4473cf291e0837f215398b4212244bcfb2210))
10+
311
## [0.31.0](https://github.com/opentdf/platform/compare/otdfctl/v0.30.0...otdfctl/v0.31.0) (2026-04-22)
412

513

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)