From d0957cad0162f3e49e05ef42dc7ad2b85b9b2281 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:40:13 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-bedrock 0.1.1 (#153) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-bedrock/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/bedrock/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d63f983b5..d9bc5eca5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0","python/instrumentation/openinference-instrumentation-llama-index":"0.1.0","python/instrumentation/openinference-instrumentation-dspy":"0.1.0","python/instrumentation/openinference-instrumentation-langchain":"0.1.0","python/instrumentation/openinference-instrumentation-bedrock":"0.1.0"} +{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0","python/instrumentation/openinference-instrumentation-llama-index":"0.1.0","python/instrumentation/openinference-instrumentation-dspy":"0.1.0","python/instrumentation/openinference-instrumentation-langchain":"0.1.0","python/instrumentation/openinference-instrumentation-bedrock":"0.1.1"} diff --git a/python/instrumentation/openinference-instrumentation-bedrock/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-bedrock/CHANGELOG.md index ddf9ad32f..a451639fb 100644 --- a/python/instrumentation/openinference-instrumentation-bedrock/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-bedrock/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-bedrock-v0.1.0...python-openinference-instrumentation-bedrock-v0.1.1) (2024-01-26) + + +### Bug Fixes + +* bedrock README.rst ([#152](https://github.com/Arize-ai/openinference/issues/152)) ([50a29ef](https://github.com/Arize-ai/openinference/commit/50a29eff13afb88f0b7a6bdce4a1cc4996e385b7)) + ## 0.1.0 (2024-01-26) diff --git a/python/instrumentation/openinference-instrumentation-bedrock/src/openinference/instrumentation/bedrock/version.py b/python/instrumentation/openinference-instrumentation-bedrock/src/openinference/instrumentation/bedrock/version.py index 3dc1f76bc..485f44ac2 100644 --- a/python/instrumentation/openinference-instrumentation-bedrock/src/openinference/instrumentation/bedrock/version.py +++ b/python/instrumentation/openinference-instrumentation-bedrock/src/openinference/instrumentation/bedrock/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"