Skip to content

Commit a9816e0

Browse files
bump: version 0.10.0 → 0.10.1
1 parent 8c8f896 commit a9816e0

File tree

32 files changed

+37
-31
lines changed

32 files changed

+37
-31
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tag_format = "v$version"
44
version_scheme = "pep440"
55
major_version_zero = true
66
update_changelog_on_bump = true
7-
version = "0.10.0"
7+
version = "0.10.1"
88
version_files = [
99
"packages/opentelemetry-instrumentation-anthropic/pyproject.toml:^version",
1010
"packages/opentelemetry-instrumentation-anthropic/opentelemetry/instrumentation/anthropic/version.py",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.10.1 (2024-01-24)
2+
3+
### Fix
4+
5+
- `resource_attributes` always being None (#359)
6+
17
## v0.10.0 (2024-01-22)
28

39
### Feat
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"

packages/opentelemetry-instrumentation-anthropic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-anthropic"
11-
version = "0.10.0"
11+
version = "0.10.1"
1212
description = "OpenTelemetry Anthropic instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"

packages/opentelemetry-instrumentation-bedrock/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-bedrock"
11-
version = "0.10.0"
11+
version = "0.10.1"
1212
description = "OpenTelemetry Bedrock instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"

packages/opentelemetry-instrumentation-chromadb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-chromadb"
11-
version = "0.10.0"
11+
version = "0.10.1"
1212
description = "OpenTelemetry Chroma DB instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"

packages/opentelemetry-instrumentation-cohere/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-cohere"
11-
version = "0.10.0"
11+
version = "0.10.1"
1212
description = "OpenTelemetry Cohere instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",

0 commit comments

Comments
 (0)