Skip to content

Commit a926223

Browse files
chore(release): release sdk 0.10.1 (#2876)
🤖 I have created a release *beep* *boop* --- ## [0.10.1](sdk/v0.10.0...sdk/v0.10.1) (2025-11-04) ### Features * **sdk:** Expose policy binding hash from Nano. [backport to release/sdk/v0.10] ([#2869](#2869)) ([556a0e2](556a0e2)) ### Bug Fixes * **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck [backport to release/sdk/v0.10] ([#2872](#2872)) ([fbda5d1](fbda5d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 556a0e2 commit a926223

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.13.0",
7-
"sdk": "0.10.0",
7+
"sdk": "0.10.1",
88
"service": "0.10.0"
99
}

sdk/CHANGELOG.md

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

3+
## [0.10.1](https://github.com/opentdf/platform/compare/sdk/v0.10.0...sdk/v0.10.1) (2025-11-04)
4+
5+
6+
### Features
7+
8+
* **sdk:** Expose policy binding hash from Nano. [backport to release/sdk/v0.10] ([#2869](https://github.com/opentdf/platform/issues/2869)) ([556a0e2](https://github.com/opentdf/platform/commit/556a0e2f6926df093ca4d44729efdf91bb4f398c))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck [backport to release/sdk/v0.10] ([#2872](https://github.com/opentdf/platform/issues/2872)) ([fbda5d1](https://github.com/opentdf/platform/commit/fbda5d1f21546f154195e0671bac38d70b352e68))
14+
315
## [0.10.0](https://github.com/opentdf/platform/compare/sdk/v0.9.0...sdk/v0.10.0) (2025-10-21)
416

517

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.10.0" // x-release-please-version
10+
Version = "0.10.1" // x-release-please-version
1111
)

0 commit comments

Comments
 (0)