From 033cbf57135b1e67a60b7581f768340d297bb720 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 15:12:46 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation 0.1.4 (#432) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- python/openinference-instrumentation/CHANGELOG.md | 8 ++++++++ .../src/openinference/instrumentation/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8246a369c..edcb4fc8e 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.3" + "python/openinference-instrumentation": "0.1.4" } \ No newline at end of file diff --git a/python/openinference-instrumentation/CHANGELOG.md b/python/openinference-instrumentation/CHANGELOG.md index 752326b96..fbfd591e3 100644 --- a/python/openinference-instrumentation/CHANGELOG.md +++ b/python/openinference-instrumentation/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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) + + +### Features + +* Add context manager for prompt template, version, and variables ([#437](https://github.com/Arize-ai/openinference/issues/437)) ([0d44490](https://github.com/Arize-ai/openinference/commit/0d444904afa13f33c67a7e520eeb819fc7208ddf)) +* Allow context managers as decorators ([#431](https://github.com/Arize-ai/openinference/issues/431)) ([b1bb379](https://github.com/Arize-ai/openinference/commit/b1bb379bad97f811668dcc6d8c37760944bf03ff)) + ## [0.1.3](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-v0.1.2...python-openinference-instrumentation-v0.1.3) (2024-05-03) diff --git a/python/openinference-instrumentation/src/openinference/instrumentation/version.py b/python/openinference-instrumentation/src/openinference/instrumentation/version.py index ae7362549..bbab0242f 100644 --- a/python/openinference-instrumentation/src/openinference/instrumentation/version.py +++ b/python/openinference-instrumentation/src/openinference/instrumentation/version.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.4"