From 38e1785b87d34002bcf1d65b1053e58a163b3b80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:46:22 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-autogen 0.1.1 (#1217) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-autogen/CHANGELOG.md | 7 +++++++ .../src/openinference/instrumentation/autogen/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6652e7744..5dd6ec0f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,5 +16,5 @@ "python/instrumentation/openinference-instrumentation-instructor": "0.1.2", "python/instrumentation/openinference-instrumentation-anthropic": "0.1.9", "python/instrumentation/openinference-instrumentation-smolagents": "0.1.0", - "python/instrumentation/openinference-instrumentation-autogen": "0.1.0" + "python/instrumentation/openinference-instrumentation-autogen": "0.1.1" } \ No newline at end of file diff --git a/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md index 2c548ff7b..f97a53f5b 100644 --- a/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-autogen-v0.1.0...python-openinference-instrumentation-autogen-v0.1.1) (2025-01-17) + + +### Features + +* **autogen2:** basic tool calling ([#1216](https://github.com/Arize-ai/openinference/issues/1216)) ([2a638f7](https://github.com/Arize-ai/openinference/commit/2a638f7ca51a2d77b27a556bed75aa6318aa805b)) + ## 0.1.0 (2025-01-17) diff --git a/python/instrumentation/openinference-instrumentation-autogen/src/openinference/instrumentation/autogen/version.py b/python/instrumentation/openinference-instrumentation-autogen/src/openinference/instrumentation/autogen/version.py index 3dc1f76bc..485f44ac2 100644 --- a/python/instrumentation/openinference-instrumentation-autogen/src/openinference/instrumentation/autogen/version.py +++ b/python/instrumentation/openinference-instrumentation-autogen/src/openinference/instrumentation/autogen/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"