Skip to content

Commit d6440c6

Browse files
chore(main): release openfeature-hooks-opentelemetry 0.3.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent a2ec682 commit d6440c6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.2.0",
2+
"hooks/openfeature-hooks-opentelemetry": "0.3.0",
33
"providers/openfeature-provider-flagd": "0.2.6",
44
"providers/openfeature-provider-ofrep": "0.2.0",
55
"providers/openfeature-provider-flipt": "0.1.3",

hooks/openfeature-hooks-opentelemetry/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.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-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update opentelemetry hook to latest version of semantic conventions ([#326](https://github.com/open-feature/python-sdk-contrib/issues/326))
9+
10+
### ✨ New Features
11+
12+
* migrate to uv ([#293](https://github.com/open-feature/python-sdk-contrib/issues/293)) ([9590554](https://github.com/open-feature/python-sdk-contrib/commit/9590554be4c8a7f77b0c0f20d6b48076c9870f52))
13+
* update opentelemetry hook to latest version of semantic conventions ([#326](https://github.com/open-feature/python-sdk-contrib/issues/326)) ([a2ec682](https://github.com/open-feature/python-sdk-contrib/commit/a2ec682a709a4721f8362cfa6a9e6037937761ee))
14+
315
## [0.2.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry/v0.1.3...openfeature-hooks-opentelemetry/v0.2.0) (2025-02-21)
416

517

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.2.0"
7+
version = "0.3.0"
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)