Skip to content

Commit 46ca726

Browse files
chore(main): release openfeature-hooks-opentelemetry 0.1.3 (#69)
Signed-off-by: OpenFeature Bot <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f26275 commit 46ca726

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.2",
2+
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
33
"providers/openfeature-provider-flagd": "0.1.3"
44
}

hooks/openfeature-hooks-opentelemetry/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### 📚 Documentation
7+
8+
* fix add_hooks call in otel hooks README ([#68](https://github.com/open-feature/python-sdk-contrib/issues/68)) ([8f26275](https://github.com/open-feature/python-sdk-contrib/commit/8f26275a1504086effeb1ca92817671bf9ac27ff))
9+
310
## [0.1.2](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-hooks-opentelemetry/v0.1.1...openfeature-hooks-opentelemetry/v0.1.2) (2024-03-13)
411

512

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.2"
8+
version = "0.1.3"
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)