From 9a0685d68604892134995e0e3f6a574fb8b6cda0 Mon Sep 17 00:00:00 2001 From: b-long Date: Fri, 5 Sep 2025 09:05:05 -0400 Subject: [PATCH 1/2] chore: release 0.3.0b1 Release-As: 0.3.0b1 From f12bdb48ded42f2a4128b183770df5b0e7ba9b11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 14:24:57 +0000 Subject: [PATCH 2/2] chore: release develop --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ otdf-python-proto/CHANGELOG.md | 8 ++++++++ otdf-python-proto/pyproject.toml | 2 +- .../src/otdf_python_proto/__init__.py | 2 +- pyproject.toml | 2 +- 6 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 otdf-python-proto/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 671493e..f0e399b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.3.0a9", - "otdf-python-proto": "0.3.0a9" + ".": "0.3.0", + "otdf-python-proto": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da15090 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.3.0](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-v0.3.0...otdf-python-v0.3.0) (2025-09-05) + + +### Features + +* configure release-please ([#74](https://github.com/b-long/opentdf-python-sdk/issues/74)) ([439becd](https://github.com/b-long/opentdf-python-sdk/commit/439becd82a5faf834a190516b64e21aa331c0176)) +* Update to latest SDK ([#73](https://github.com/b-long/opentdf-python-sdk/issues/73)) ([9c0329e](https://github.com/b-long/opentdf-python-sdk/commit/9c0329ec76d4dea53ac66b5342d3cce6ec249d58)) + + +### Miscellaneous Chores + +* release 0.3.0b1 ([9a0685d](https://github.com/b-long/opentdf-python-sdk/commit/9a0685d68604892134995e0e3f6a574fb8b6cda0)) diff --git a/otdf-python-proto/CHANGELOG.md b/otdf-python-proto/CHANGELOG.md new file mode 100644 index 0000000..824126b --- /dev/null +++ b/otdf-python-proto/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.3.0](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-proto-v0.3.0...otdf-python-proto-v0.3.0) (2025-09-05) + + +### Miscellaneous Chores + +* release 0.3.0b1 ([9a0685d](https://github.com/b-long/opentdf-python-sdk/commit/9a0685d68604892134995e0e3f6a574fb8b6cda0)) diff --git a/otdf-python-proto/pyproject.toml b/otdf-python-proto/pyproject.toml index e9ba73b..a89de6a 100644 --- a/otdf-python-proto/pyproject.toml +++ b/otdf-python-proto/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "otdf-python-proto" -version = "0.3.0a9" +version = "0.3.0" description = "Generated protobuf files for OpenTDF Python SDK" readme = "README.md" authors = [ diff --git a/otdf-python-proto/src/otdf_python_proto/__init__.py b/otdf-python-proto/src/otdf_python_proto/__init__.py index 28101fc..123e171 100644 --- a/otdf-python-proto/src/otdf_python_proto/__init__.py +++ b/otdf-python-proto/src/otdf_python_proto/__init__.py @@ -5,7 +5,7 @@ and other OpenTDF services. """ -__version__ = "0.1.0" +__version__ = "0.3.0" # Import submodules to make them available from . import authorization diff --git a/pyproject.toml b/pyproject.toml index 8379b7e..9434f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "otdf-python" -version = "0.3.0a9" +version = "0.3.0" description = "Unofficial OpenTDF SDK for Python" readme = "README.md" authors = [