From 15f0083297577eaf2eae1b5a792754c8b7e2665c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:07:36 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation 0.1.5 (#439) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- python/openinference-instrumentation/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index edcb4fc8e..a486e66b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,5 +6,5 @@ "python/instrumentation/openinference-instrumentation-langchain": "0.1.14", "python/instrumentation/openinference-instrumentation-bedrock": "0.1.3", "python/instrumentation/openinference-instrumentation-mistralai": "0.0.5", - "python/openinference-instrumentation": "0.1.4" + "python/openinference-instrumentation": "0.1.5" } \ No newline at end of file diff --git a/python/openinference-instrumentation/CHANGELOG.md b/python/openinference-instrumentation/CHANGELOG.md index fbfd591e3..031cd265d 100644 --- a/python/openinference-instrumentation/CHANGELOG.md +++ b/python/openinference-instrumentation/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-v0.1.4...python-openinference-instrumentation-v0.1.5) (2024-05-06) + + +### Bug Fixes + +* Add missing context variables to list ([#438](https://github.com/Arize-ai/openinference/issues/438)) ([ab2ef46](https://github.com/Arize-ai/openinference/commit/ab2ef4655c16e662c499b0302f4a0b28892f6b6c)) + ## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-v0.1.3...python-openinference-instrumentation-v0.1.4) (2024-05-06) diff --git a/python/openinference-instrumentation/src/openinference/instrumentation/version.py b/python/openinference-instrumentation/src/openinference/instrumentation/version.py index bbab0242f..1276d0254 100644 --- a/python/openinference-instrumentation/src/openinference/instrumentation/version.py +++ b/python/openinference-instrumentation/src/openinference/instrumentation/version.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"