Skip to content

Commit b0dac08

Browse files
chore(main): release openfeature-hooks-opentelemetry 0.2.0 (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c64999 commit b0dac08

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

+1-1
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.2.0",
33
"providers/openfeature-provider-flagd": "0.2.0",
44
"providers/openfeature-provider-ofrep": "0.1.1",
55
"providers/openfeature-provider-flipt": "0.1.3"

hooks/openfeature-hooks-opentelemetry/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Python 3.8 support ([#187](https://github.com/open-feature/python-sdk-contrib/issues/187))
9+
10+
### 🐛 Bug Fixes
11+
12+
* 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))
13+
* 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))
14+
15+
16+
### 🧹 Chore
17+
18+
* drop Python 3.8 support ([#187](https://github.com/open-feature/python-sdk-contrib/issues/187)) ([b55cc1e](https://github.com/open-feature/python-sdk-contrib/commit/b55cc1e0f823d05a330c12af6861dbd3bec69c3a))
19+
* update ruff ([#70](https://github.com/open-feature/python-sdk-contrib/issues/70)) ([9411d0f](https://github.com/open-feature/python-sdk-contrib/commit/9411d0f578238037b3c508faf8f23fe35a374b6c))
20+
* update test config ([c16883e](https://github.com/open-feature/python-sdk-contrib/commit/c16883eb06b870b3a8fa4821492f48291208336b))
21+
22+
23+
### 🔄 Refactoring
24+
25+
* 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))
26+
327
## [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)
428

529

hooks/openfeature-hooks-opentelemetry/pyproject.toml

+1-1
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.2.0"
99
description = "OpenTelemetry hooks for the OpenFeature Python SDK"
1010
readme = "README.md"
1111
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]

0 commit comments

Comments
 (0)