Skip to content

Commit e7fed10

Browse files
chore(main): release openfeature-hooks-opentelemetry 0.1.4
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 3e5f850 commit e7fed10

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
2+
"hooks/openfeature-hooks-opentelemetry": "0.1.4",
33
"providers/openfeature-provider-flagd": "0.1.4"
44
}

hooks/openfeature-hooks-opentelemetry/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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) (2024-04-11)
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+
10+
11+
### 🧹 Chore
12+
13+
* update ruff ([#70](https://github.com/open-feature/python-sdk-contrib/issues/70)) ([9411d0f](https://github.com/open-feature/python-sdk-contrib/commit/9411d0f578238037b3c508faf8f23fe35a374b6c))
14+
15+
16+
### 🔄 Refactoring
17+
18+
* 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))
19+
320
## [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)
421

522

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)