mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00
Prepare release for opentelemetry-instrumentation-google-genai v0.2b0 (#3442)
This commit is contained in:

committed by
GitHub

parent
7f347e54df
commit
d1306deb0a
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
## Version 0.2b0 (2025-04-25)
|
||||
|
||||
- Add more request configuration options to the span attributes ([#3374](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3374))
|
||||
- Restructure tests to keep in line with repository conventions ([#3344](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3344))
|
||||
|
@ -17,4 +17,4 @@
|
||||
# This version should stay below "1.0" until the fundamentals
|
||||
# in "TODOS.md" have been addressed. Please revisit the TODOs
|
||||
# listed there before bumping to a stable version.
|
||||
__version__ = "0.2b0.dev"
|
||||
__version__ = "0.2b0"
|
||||
|
Reference in New Issue
Block a user