From 89bf2812c1351c1ebb11740ad8f2afd38d22a173 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:14:10 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-groq 0.1.5 (#1179) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-groq/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/groq/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6354801b..063519e48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,7 +12,7 @@ "python/instrumentation/openinference-instrumentation-crewai": "0.1.3", "python/instrumentation/openinference-instrumentation-haystack": "0.1.13", "python/instrumentation/openinference-instrumentation-litellm": "0.1.5", - "python/instrumentation/openinference-instrumentation-groq": "0.1.4", + "python/instrumentation/openinference-instrumentation-groq": "0.1.5", "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.9" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md index e8dc4b298..441baf459 100644 --- a/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-groq-v0.1.4...python-openinference-instrumentation-groq-v0.1.5) (2024-12-20) + + +### Features + +* **groq:** refactor groq, add groq tool call support ([#1133](https://github.com/Arize-ai/openinference/issues/1133)) ([6057418](https://github.com/Arize-ai/openinference/commit/6057418f26ad2cbbb05c122550fcce462c684058)) + ## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-groq-v0.1.3...python-openinference-instrumentation-groq-v0.1.4) (2024-10-16) diff --git a/python/instrumentation/openinference-instrumentation-groq/src/openinference/instrumentation/groq/version.py b/python/instrumentation/openinference-instrumentation-groq/src/openinference/instrumentation/groq/version.py index bbab0242f..1276d0254 100644 --- a/python/instrumentation/openinference-instrumentation-groq/src/openinference/instrumentation/groq/version.py +++ b/python/instrumentation/openinference-instrumentation-groq/src/openinference/instrumentation/groq/version.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"