From ac0949021ab338e6db122ff945614ae3c0796328 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:43:06 -0400 Subject: [PATCH] chore(main): release python-openinference-instrumentation-groq 0.1.4 (#1067) 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 56e3be4fa..8e1d0151c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,7 +12,7 @@ "python/instrumentation/openinference-instrumentation-crewai": "0.1.2", "python/instrumentation/openinference-instrumentation-haystack": "0.1.12", "python/instrumentation/openinference-instrumentation-litellm": "0.1.4", - "python/instrumentation/openinference-instrumentation-groq": "0.1.3", + "python/instrumentation/openinference-instrumentation-groq": "0.1.4", "python/instrumentation/openinference-instrumentation-instructor": "0.1.1", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.4" } \ 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 8ba86a278..e8dc4b298 100644 --- a/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-groq/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* fix groq readme ([#1066](https://github.com/Arize-ai/openinference/issues/1066)) ([5fedc0b](https://github.com/Arize-ai/openinference/commit/5fedc0b451b0da955899a0fcd69ac958cfe38273)) + ## [0.1.3](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-groq-v0.1.2...python-openinference-instrumentation-groq-v0.1.3) (2024-10-11) 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 ae7362549..bbab0242f 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.3" +__version__ = "0.1.4"