Skip to content

Commit 83926de

Browse files
chore(main): release openfeature-hooks-opentelemetry 0.3.1 (#337)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2a2127d commit 83926de

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"hooks/openfeature-hooks-opentelemetry": "0.3.0",
2+
"hooks/openfeature-hooks-opentelemetry": "0.3.1",
33
"providers/openfeature-provider-aws-ssm": "0.1.0",
44
"providers/openfeature-provider-flagd": "0.2.7",
55
"providers/openfeature-provider-ofrep": "0.2.0",

hooks/openfeature-hooks-opentelemetry/CHANGELOG.md

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

3+
## [0.3.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry/v0.3.0...openfeature-hooks-opentelemetry/v0.3.1) (2026-02-17)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Align TracingHook with spec ([#342](https://github.com/open-feature/python-sdk-contrib/issues/342)) ([2a2127d](https://github.com/open-feature/python-sdk-contrib/commit/2a2127d958ea0bafabb673335fd0d9665c8d9291))
9+
* replace project.scripts with poethepoet ([#335](https://github.com/open-feature/python-sdk-contrib/issues/335)) ([61add22](https://github.com/open-feature/python-sdk-contrib/commit/61add22b975140ccd39b618bf70efeeecbdc25c3))
10+
311
## [0.3.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry/v0.2.0...openfeature-hooks-opentelemetry/v0.3.0) (2025-12-16)
412

513

hooks/openfeature-hooks-opentelemetry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "openfeature-hooks-opentelemetry"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "OpenTelemetry hooks for the OpenFeature Python SDK"
99
readme = "README.md"
1010
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]

0 commit comments

Comments
 (0)