We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe5bdf commit 131f8d1Copy full SHA for 131f8d1
2 files changed
util/opentelemetry-util-genai/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## Unreleased
+## Version 0.2b0 (2025-10-14)
9
10
- Add jsonlines support to fsspec uploader
11
([https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3791](#3791))
util/opentelemetry-util-genai/src/opentelemetry/util/genai/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.2b0.dev"
+__version__ = "0.2b0"
0 commit comments