From c62382e8e3cb8cd3a5521acc4ae9ef842a9a21f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 08:45:54 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-openai 0.1.0 (#97) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-openai/CHANGELOG.md | 8 ++++++++ .../src/openinference/instrumentation/openai/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9fdd23e76..254df3504 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"python/openinference-semantic-conventions":"0.1.2"} +{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0"} diff --git a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md new file mode 100644 index 000000000..852fcc5e5 --- /dev/null +++ b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-01-11) + + +### Features + +* **python:** openai instrumentator ([#35](https://github.com/Arize-ai/openinference/issues/35)) ([764f781](https://github.com/Arize-ai/openinference/commit/764f781081b8447412e872445716e115f4ef38aa)) diff --git a/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py b/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py index f102a9cad..3dc1f76bc 100644 --- a/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py +++ b/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.1.0"