Skip to content

Commit afc0d55

Browse files
Update opentelemetry-instrumentation-google-genai version to v0.3b0 (#3443)
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 8a83770 commit afc0d55

File tree

2 files changed

+3
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-google-genai

2 files changed

+3
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/CHANGELOG.md

+2
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.2b0 (2025-04-25)
11+
1012
- Add more request configuration options to the span attributes ([#3374](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3374))
1113
- Restructure tests to keep in line with repository conventions ([#3344](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3344))
1214

instrumentation-genai/opentelemetry-instrumentation-google-genai/src/opentelemetry/instrumentation/google_genai/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# This version should stay below "1.0" until the fundamentals
1818
# in "TODOS.md" have been addressed. Please revisit the TODOs
1919
# listed there before bumping to a stable version.
20-
__version__ = "0.2b0.dev"
20+
__version__ = "0.3b0.dev"

0 commit comments

Comments
 (0)