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"