Skip to content

Commit

Permalink
bump: version 0.1.8 → 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2023
1 parent d71e224 commit e3e97ef
Show file tree
Hide file tree
Showing 26 changed files with 32 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tag_format = "v$version"
version_scheme = "pep440"
major_version_zero = true
update_changelog_on_bump = true
version = "0.1.8"
version = "0.1.9"
version_files = [
"packages/opentelemetry-instrumentation-anthropic/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-anthropic/opentelemetry/instrumentation/anthropic/version.py",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.1.9 (2023-11-03)

### Fix

- **langchain**: improved support for agents and tools with Langchain (#143)
- support streaming API for OpenAI (#142)

## v0.1.8 (2023-11-02)

### Fix
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-anthropic"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Anthropic instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-bedrock"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Bedrock instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-chromadb"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Chroma DB instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-cohere"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Cohere instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-haystack"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Haystack instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-langchain"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Langchain instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-openai"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry OpenAI instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-pinecone"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Pinecone instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-transformers"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry transformers instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-vertexai"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Vertex AI instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-weaviate"
version = "0.1.8"
version = "0.1.9"
description = "OpenTelemetry Weaviate instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/traceloop-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/traceloop-sdk/html'

[tool.poetry]
name = "traceloop-sdk"
version = "0.1.8"
version = "0.1.9"
description = "Traceloop Software Development Kit (SDK) for Python"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/traceloop-sdk/traceloop/sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"

0 comments on commit e3e97ef

Please sign in to comment.