Skip to content

Commit

Permalink
chore(main): release openfeature-hooks-opentelemetry 0.1.1 (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 13, 2024
1 parent 7075656 commit 130d5c3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"hooks/openfeature-hooks-opentelemetry": "0.1.0",
"hooks/openfeature-hooks-opentelemetry": "0.1.1",
"providers/openfeature-provider-flagd": "0.1.3"
}
13 changes: 13 additions & 0 deletions hooks/openfeature-hooks-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry-v0.1.0...openfeature-hooks-opentelemetry/v0.1.1) (2024-03-11)


### 📚 Documentation

* update OpenTelemetry hook README ([#49](https://github.com/open-feature/python-sdk-contrib/issues/49)) ([02157f4](https://github.com/open-feature/python-sdk-contrib/commit/02157f447ac7b4dfd7ceced3c6808cf512c680f0))


### 🔄 Refactoring

* move OTel hooks to openfeature.contrib.hook ([#64](https://github.com/open-feature/python-sdk-contrib/issues/64)) ([7075656](https://github.com/open-feature/python-sdk-contrib/commit/707565669cfaf134fe445d54c26e0643756f7f8c))
2 changes: 1 addition & 1 deletion hooks/openfeature-hooks-opentelemetry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "openfeature-hooks-opentelemetry"
version = "0.1.0"
version = "0.1.1"
description = "OpenTelemetry hooks for the OpenFeature Python SDK"
readme = "README.md"
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
Expand Down

0 comments on commit 130d5c3

Please sign in to comment.