Skip to content

Commit 4333ffb

Browse files
chore(main): release otdfctl 0.31.0
1 parent 5177bec commit 4333ffb

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.3.0",
6-
"otdfctl": "0.30.0",
6+
"otdfctl": "0.31.0",
77
"protocol/go": "0.25.0",
88
"sdk": "0.15.0",
99
"service": "0.13.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.31.0](https://github.com/opentdf/platform/compare/otdfctl/v0.30.0...otdfctl/v0.31.0) (2026-04-21)
4+
5+
6+
### Features
7+
8+
* **cli:** migrate otdfctl into platform monorepo ([#3205](https://github.com/opentdf/platform/issues/3205)) ([5177bec](https://github.com/opentdf/platform/commit/5177bec0a2f67aa1395e45a1b8a72570910f6208))
9+
310
## [0.30.0](https://github.com/opentdf/otdfctl/compare/v0.29.0...v0.30.0) (2026-03-31)
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.30.0" // x-release-please-version
11+
Version = "0.31.0" // x-release-please-version
1212
BuildTime = "1970-01-01T00:00:00Z"
1313
CommitSha = "0000000"
1414

0 commit comments

Comments
 (0)