From 559843e0a1c625e44935d22799e618c4bf5e6192 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:49:38 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-autogen 0.1.0 (#1212) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 3 ++- .../openinference-instrumentation-autogen/CHANGELOG.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5b984587..3d4b805a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -15,5 +15,6 @@ "python/instrumentation/openinference-instrumentation-groq": "0.1.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-smolagents": "0.1.0", + "python/instrumentation/openinference-instrumentation-autogen": "0.1.0" } \ 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 f617de383..2c548ff7b 100644 --- a/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-autogen/CHANGELOG.md @@ -1,3 +1,12 @@ +# Changelog + +## 0.1.0 (2025-01-17) + + +### Features + +* basic instrumentation for autogen (ag2) ([#1211](https://github.com/Arize-ai/openinference/issues/1211)) ([e02a055](https://github.com/Arize-ai/openinference/commit/e02a0553eb84ee253c7931738c5116e0a310194a)) + ## 0.1.0 (2025-01-16)