From 353854fbb4a17ecc3c4677c400b5cb857c7d0293 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:37:54 +0000 Subject: [PATCH] chore(main): release otdf-python 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ otdf-python-proto/pyproject.toml | 2 +- otdf-python-proto/uv.lock | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 600835d..b5b966f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 373a92a..95373a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-v0.5.0...otdf-python-v0.6.0) (2026-05-21) + + +### Features + +* **main:** update to service v 0.12.0 ([#139](https://github.com/b-long/opentdf-python-sdk/issues/139)) ([125b12b](https://github.com/b-long/opentdf-python-sdk/commit/125b12b24aa89fceeca56e5878728ac329dd8659)) + ## [0.5.0](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-v0.4.4...otdf-python-v0.5.0) (2026-05-08) diff --git a/otdf-python-proto/pyproject.toml b/otdf-python-proto/pyproject.toml index c48c4dd..c93c051 100644 --- a/otdf-python-proto/pyproject.toml +++ b/otdf-python-proto/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "otdf-python-proto" -version = "0.5.0" +version = "0.6.0" description = "Generated protobuf files for OpenTDF Python SDK" readme = "README.md" authors = [ diff --git a/otdf-python-proto/uv.lock b/otdf-python-proto/uv.lock index 0200b3f..2382167 100644 --- a/otdf-python-proto/uv.lock +++ b/otdf-python-proto/uv.lock @@ -221,7 +221,7 @@ wheels = [ [[package]] name = "otdf-python-proto" -version = "0.5.0" +version = "0.6.0" source = { editable = "." } dependencies = [ { name = "connect-python" }, diff --git a/pyproject.toml b/pyproject.toml index 4f86993..7420fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "otdf-python" -version = "0.5.0" +version = "0.6.0" description = "Unofficial OpenTDF SDK for Python" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 52950f5..f03484f 100644 --- a/uv.lock +++ b/uv.lock @@ -417,7 +417,7 @@ wheels = [ [[package]] name = "otdf-python" -version = "0.5.0" +version = "0.6.0" source = { editable = "." } dependencies = [ { name = "connect-python" },