Skip to content

Commit 6cb25d8

Browse files
chore(develop): release otdf-python 0.3.1 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63ef99a commit 6cb25d8

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11
# Changelog
2+
3+
## [0.3.1](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-v0.3.0...otdf-python-v0.3.1) (2025-09-11)
4+
5+
6+
### Bug Fixes
7+
8+
* add develop-specific release-please files and update workflow ([63ef99a](https://github.com/b-long/opentdf-python-sdk/commit/63ef99a1439348ab829bec9d993bd6db245d0995))
9+
* address pre-commit (lint) issues ([f61b020](https://github.com/b-long/opentdf-python-sdk/commit/f61b02033f4a132ee1e552be61917d18d5a0bf4c))
10+
* fix .release-please-config.json file ([#97](https://github.com/b-long/opentdf-python-sdk/issues/97)) ([085f056](https://github.com/b-long/opentdf-python-sdk/commit/085f0564a44e4828c4bddfd67f6ecedbe72a6395))
11+
* fix publishing ([de00583](https://github.com/b-long/opentdf-python-sdk/commit/de005832c2a961f732f564b6a0380b6007a59b6b))
12+
* fix publishing ([dbc9f80](https://github.com/b-long/opentdf-python-sdk/commit/dbc9f8002d04ae08dc0403dea61507bd2eb19cd2))
13+
* guarantee target-version decrypt support ([#84](https://github.com/b-long/opentdf-python-sdk/issues/84)) ([238715f](https://github.com/b-long/opentdf-python-sdk/commit/238715f8ef761bcb39c66c13cf017fb891ad6d40))
14+
* omit README from Github releases ([cca9e3e](https://github.com/b-long/opentdf-python-sdk/commit/cca9e3efb9ead3693d401261e3e74debd985653e))
15+
* release configuration ([#99](https://github.com/b-long/opentdf-python-sdk/issues/99)) ([11497fb](https://github.com/b-long/opentdf-python-sdk/commit/11497fbd28e3c92b52e75cf417162ae12843e097))
16+
* release-please configuration ([#95](https://github.com/b-long/opentdf-python-sdk/issues/95)) ([fe1ee2d](https://github.com/b-long/opentdf-python-sdk/commit/fe1ee2d9a8e6763db27582f1d0d4a6625ec3716e))
17+
* remove unnecessary 'ncipollo/release-action' ([6a1d57b](https://github.com/b-long/opentdf-python-sdk/commit/6a1d57b562b6b6f506db9c29fa11858bf28ef702))
18+
* update prerelease config for develop branch ([6cfaee6](https://github.com/b-long/opentdf-python-sdk/commit/6cfaee6fd918f50185859edbab06a2dbf7d7123f))
19+
* use correct 'extra-files' for uv.lock ([0e09171](https://github.com/b-long/opentdf-python-sdk/commit/0e091714cad2a5f462bf0a5444e92d8e71639626))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* release 0.3.0a10 ([3bb4283](https://github.com/b-long/opentdf-python-sdk/commit/3bb42837fa9547273023859db48c4e4f69325273))
25+
* release 0.3.0a11 ([ce8a520](https://github.com/b-long/opentdf-python-sdk/commit/ce8a52064969aa5e27876c4454d2e32b42a36f5b))
26+
* release 0.3.1 ([c1395b1](https://github.com/b-long/opentdf-python-sdk/commit/c1395b1ff6bf02ffb24f20e7d45ca0869ae033f5))
27+
28+
## Changelog

otdf-python-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "otdf-python-proto"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Generated protobuf files for OpenTDF Python SDK"
55
readme = "README.md"
66
authors = [

otdf-python-proto/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "otdf-python"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Unofficial OpenTDF SDK for Python"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)