Skip to content

Commit

Permalink
chore: release main (#1262)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 4, 2025
1 parent 6328a5b commit ac5519a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"python/openinference-semantic-conventions": "0.1.12",
"python/openinference-semantic-conventions": "0.1.13",
"python/instrumentation/openinference-instrumentation-openai": "0.1.18",
"python/instrumentation/openinference-instrumentation-llama-index": "3.1.3",
"python/instrumentation/openinference-instrumentation-dspy": "0.1.15",
Expand All @@ -16,5 +16,5 @@
"python/instrumentation/openinference-instrumentation-instructor": "0.1.2",
"python/instrumentation/openinference-instrumentation-anthropic": "0.1.9",
"python/instrumentation/openinference-instrumentation-smolagents": "0.1.3",
"python/instrumentation/openinference-instrumentation-autogen": "0.1.2"
"python/instrumentation/openinference-instrumentation-autogen": "0.1.3"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-autogen-v0.1.2...python-openinference-instrumentation-autogen-v0.1.3) (2025-02-04)


### Bug Fixes

* **AG2:** CI fix ([#1221](https://github.com/Arize-ai/openinference/issues/1221)) ([db27dfd](https://github.com/Arize-ai/openinference/commit/db27dfd0e9eea601cd7e4b1048fe1d35983de019))

## [0.1.2](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-autogen-v0.1.1...python-openinference-instrumentation-autogen-v0.1.2) (2025-01-17)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.1.3"
8 changes: 8 additions & 0 deletions python/openinference-semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.13](https://github.com/Arize-ai/openinference/compare/python-openinference-semantic-conventions-v0.1.12...python-openinference-semantic-conventions-v0.1.13) (2025-02-04)


### Features

* Add prompt-related semantic conventions ([#1244](https://github.com/Arize-ai/openinference/issues/1244)) ([4f2f842](https://github.com/Arize-ai/openinference/commit/4f2f842f3c23f3269ea902054b0c9d9d23928285))
* **semcov:** audio conventions ([#1153](https://github.com/Arize-ai/openinference/issues/1153)) ([1188c6d](https://github.com/Arize-ai/openinference/commit/1188c6d3363a388f3eacf35c8a8669084fdefd5b))

## [0.1.12](https://github.com/Arize-ai/openinference/compare/python-openinference-semantic-conventions-v0.1.11...python-openinference-semantic-conventions-v0.1.12) (2024-10-30)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.12"
__version__ = "0.1.13"

0 comments on commit ac5519a

Please sign in to comment.