From d4539d0a57c31f9c63b5d364e46fea88bb6419fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:41:22 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation-litellm 0.1.1 (#804) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 12 ++++++++++++ .../openinference/instrumentation/litellm/version.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdabade34..df757247d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "python/instrumentation/openinference-instrumentation-vertexai": "0.1.2", "python/instrumentation/openinference-instrumentation-crewai": "0.1.1", "python/instrumentation/openinference-instrumentation-haystack": "0.1.4", - "python/instrumentation/openinference-instrumentation-litellm": "0.1.0", + "python/instrumentation/openinference-instrumentation-litellm": "0.1.1", "python/instrumentation/openinference-instrumentation-groq": "0.1.2", "python/instrumentation/openinference-instrumentation-instructor": "0.1.0" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md index 8a43b0846..ecfdeaec2 100644 --- a/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-litellm/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-litellm-v0.1.0...python-openinference-instrumentation-litellm-v0.1.1) (2024-08-07) + + +### Bug Fixes + +* bump minimum version for openinference-instrumentation ([#810](https://github.com/Arize-ai/openinference/issues/810)) ([12e11ea](https://github.com/Arize-ai/openinference/commit/12e11ea405252ca35dc8d3f3a08ec5b83a08cea7)) + + +### Documentation + +* TraceConfig and context attributes ([#793](https://github.com/Arize-ai/openinference/issues/793)) ([d3808c4](https://github.com/Arize-ai/openinference/commit/d3808c4bea3f6a4c72d3a7ea09b54e78072be6fd)) + ## 0.1.0 (2024-07-31) diff --git a/python/instrumentation/openinference-instrumentation-litellm/src/openinference/instrumentation/litellm/version.py b/python/instrumentation/openinference-instrumentation-litellm/src/openinference/instrumentation/litellm/version.py index 3dc1f76bc..485f44ac2 100644 --- a/python/instrumentation/openinference-instrumentation-litellm/src/openinference/instrumentation/litellm/version.py +++ b/python/instrumentation/openinference-instrumentation-litellm/src/openinference/instrumentation/litellm/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"