Skip to content

Commit 79b53a9

Browse files
chore(main): release openfeature-hooks-opentelemetry 0.1.2 (#66)
Signed-off-by: OpenFeature Bot <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 689662b commit 79b53a9

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.1",
2+
"hooks/openfeature-hooks-opentelemetry": "0.1.2",
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.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)
4+
5+
6+
### 📚 Documentation
7+
8+
* update OTel hook readme with correct import paths ([#65](https://github.com/open-feature/python-sdk-contrib/issues/65)) ([689662b](https://github.com/open-feature/python-sdk-contrib/commit/689662b59ac6117314d707322f26ab4f7b216cc0))
9+
310
## [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)
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.1"
8+
version = "0.1.2"
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)