Skip to content

Commit 1a51c83

Browse files
chore(main): release openfeature-hooks-opentelemetry 0.1.4
1 parent 5df1554 commit 1a51c83

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.1.3",
2+
"hooks/openfeature-hooks-opentelemetry": "0.1.4",
33
"providers/openfeature-provider-flagd": "0.1.5",
44
"providers/openfeature-provider-ofrep": "0.1.1",
55
"providers/openfeature-provider-flipt": "0.1.3"

hooks/openfeature-hooks-opentelemetry/CHANGELOG.md

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

3+
## [0.1.4](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry/v0.1.3...openfeature-hooks-opentelemetry/v0.1.4) (2025-01-29)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* fix types for hints in OTel TracingHook ([#73](https://github.com/open-feature/python-sdk-contrib/issues/73)) ([24260fb](https://github.com/open-feature/python-sdk-contrib/commit/24260fb519d18590d82e9aae1cf824b9e6ca7f17))
9+
* remove modifications to license files ([#81](https://github.com/open-feature/python-sdk-contrib/issues/81)) ([a23f61e](https://github.com/open-feature/python-sdk-contrib/commit/a23f61e1c14c70e45a4bce4a014d5599813f1d28))
10+
11+
12+
### 🧹 Chore
13+
14+
* update ruff ([#70](https://github.com/open-feature/python-sdk-contrib/issues/70)) ([9411d0f](https://github.com/open-feature/python-sdk-contrib/commit/9411d0f578238037b3c508faf8f23fe35a374b6c))
15+
* update test config ([c16883e](https://github.com/open-feature/python-sdk-contrib/commit/c16883eb06b870b3a8fa4821492f48291208336b))
16+
17+
18+
### 🔄 Refactoring
19+
20+
* add mypy and fix typing issues ([#72](https://github.com/open-feature/python-sdk-contrib/issues/72)) ([b405925](https://github.com/open-feature/python-sdk-contrib/commit/b4059255045cdb7054a35bc338207e23c42ce068))
21+
322
## [0.1.3](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry/v0.1.2...openfeature-hooks-opentelemetry/v0.1.3) (2024-03-17)
423

524

hooks/openfeature-hooks-opentelemetry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "openfeature-hooks-opentelemetry"
8-
version = "0.1.3"
8+
version = "0.1.4"
99
description = "OpenTelemetry hooks for the OpenFeature Python SDK"
1010
readme = "README.md"
1111
authors = [{ name = "OpenFeature", email = "[email protected]" }]

0 commit comments

Comments
 (0)