Skip to content

Commit 67eb860

Browse files
chore(main): release sdk 0.13.0
1 parent 566cb6f commit 67eb860

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"lib/flattening": "0.1.3",
55
"lib/identifier": "0.2.0",
66
"protocol/go": "0.15.0",
7-
"sdk": "0.12.0",
7+
"sdk": "0.13.0",
88
"service": "0.12.0"
99
}

sdk/CHANGELOG.md

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

3+
## [0.13.0](https://github.com/opentdf/platform/compare/sdk/v0.12.0...sdk/v0.13.0) (2026-02-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **policy:** remove namespace certificate feature ([#3051](https://github.com/opentdf/platform/issues/3051))
9+
10+
### Bug Fixes
11+
12+
* **docs:** DSPX-2409 replace SDK README code example with working code ([#3055](https://github.com/opentdf/platform/issues/3055)) ([566cb6f](https://github.com/opentdf/platform/commit/566cb6fcc7e906f34a59326708c30f9f2059b21a))
13+
* Go 1.25 ([#3053](https://github.com/opentdf/platform/issues/3053)) ([65eb7c3](https://github.com/opentdf/platform/commit/65eb7c3d5fe1892de1e4fabb9b3b7894742c3f02))
14+
15+
16+
### Code Refactoring
17+
18+
* **policy:** remove namespace certificate feature ([#3051](https://github.com/opentdf/platform/issues/3051)) ([48abb81](https://github.com/opentdf/platform/commit/48abb813ae7accbfcaa6e6ad4bb7071e3476716d))
19+
320
## [0.12.0](https://github.com/opentdf/platform/compare/sdk/v0.11.0...sdk/v0.12.0) (2026-01-27)
421

522

sdk/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const (
77
TDFSpecVersion = "4.3.0"
88

99
// The three-part semantic version number of this SDK
10-
Version = "0.12.0" // x-release-please-version
10+
Version = "0.13.0" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)