From 0e66b580d39d9dfb1a16ff13b720fa7a3b7f7306 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:59:18 -0800 Subject: [PATCH] chore(main): release python-openinference-instrumentation-dspy 0.1.0 (#136) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../openinference-instrumentation-dspy/CHANGELOG.md | 8 ++++++++ .../src/openinference/instrumentation/dspy/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 python/instrumentation/openinference-instrumentation-dspy/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c23430cba..91f07b2e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0","python/instrumentation/openinference-instrumentation-llama-index":"0.1.0"} +{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0","python/instrumentation/openinference-instrumentation-llama-index":"0.1.0","python/instrumentation/openinference-instrumentation-dspy":"0.1.0"} diff --git a/python/instrumentation/openinference-instrumentation-dspy/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-dspy/CHANGELOG.md new file mode 100644 index 000000000..db6fb115c --- /dev/null +++ b/python/instrumentation/openinference-instrumentation-dspy/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-01-24) + + +### Features + +* **python:** dspy lm instrumentation ([#126](https://github.com/Arize-ai/openinference/issues/126)) ([92714bc](https://github.com/Arize-ai/openinference/commit/92714bcc942d516211003c75f36acba413c06858)) diff --git a/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/version.py b/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/version.py index 6c8e6b979..3dc1f76bc 100644 --- a/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/version.py +++ b/python/instrumentation/openinference-instrumentation-dspy/src/openinference/instrumentation/dspy/version.py @@ -1 +1 @@ -__version__ = "0.0.0" +__version__ = "0.1.0"