Skip to content

Commit 253c847

Browse files
committed
[test] CI should pass
on top of open-telemetry#4223
2 parents dac0f7c + 4b7a0aa commit 253c847

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

util/opentelemetry-util-genai/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 0.3b0 (2026-02-19)
11+
1012
- Add `gen_ai.tool_definitions` to completion hook ([#4181](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4181))
1113
- Add support for emitting inference events and enrich message types. ([#3994](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3994))
1214
- Add support for `server.address`, `server.port` on all signals and additional metric-only attributes

util/opentelemetry-util-genai/src/opentelemetry/util/genai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.3b0.dev"
15+
__version__ = "0.4b0.dev"

0 commit comments

Comments
 (0)