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"