From bdeffab2ab21c9eff532d758440850d92a4fca53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 21:55:44 +0000 Subject: [PATCH] chore(main): release openfeature-hooks-opentelemetry 0.2.0 --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 24 +++++++++++++++++++ .../pyproject.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba69ab50..18f27872 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "hooks/openfeature-hooks-opentelemetry": "0.1.3", + "hooks/openfeature-hooks-opentelemetry": "0.2.0", "providers/openfeature-provider-flagd": "0.2.0", "providers/openfeature-provider-ofrep": "0.1.1", "providers/openfeature-provider-flipt": "0.1.3" diff --git a/hooks/openfeature-hooks-opentelemetry/CHANGELOG.md b/hooks/openfeature-hooks-opentelemetry/CHANGELOG.md index d23f9b2d..e5214197 100644 --- a/hooks/openfeature-hooks-opentelemetry/CHANGELOG.md +++ b/hooks/openfeature-hooks-opentelemetry/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [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) + + +### โš  BREAKING CHANGES + +* drop Python 3.8 support ([#187](https://github.com/open-feature/python-sdk-contrib/issues/187)) + +### ๐Ÿ› Bug Fixes + +* 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)) +* 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)) + + +### ๐Ÿงน Chore + +* 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)) +* update ruff ([#70](https://github.com/open-feature/python-sdk-contrib/issues/70)) ([9411d0f](https://github.com/open-feature/python-sdk-contrib/commit/9411d0f578238037b3c508faf8f23fe35a374b6c)) +* update test config ([c16883e](https://github.com/open-feature/python-sdk-contrib/commit/c16883eb06b870b3a8fa4821492f48291208336b)) + + +### ๐Ÿ”„ Refactoring + +* 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)) + ## [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) diff --git a/hooks/openfeature-hooks-opentelemetry/pyproject.toml b/hooks/openfeature-hooks-opentelemetry/pyproject.toml index 1607213a..146a6818 100644 --- a/hooks/openfeature-hooks-opentelemetry/pyproject.toml +++ b/hooks/openfeature-hooks-opentelemetry/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "openfeature-hooks-opentelemetry" -version = "0.1.3" +version = "0.2.0" description = "OpenTelemetry hooks for the OpenFeature Python SDK" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]