Skip to content

Commit 980bf1a

Browse files
committed
Add minor version bump with changelog.
1 parent 8c8b204 commit 980bf1a

File tree

2 files changed

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

2 files changed

+6
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.0.2
9+
10+
Add support for aync and streaming.
11+
([#3298](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3298))
12+
813
## Unreleased
914

1015
Create an initial version of Open Telemetry instrumentation for github.com/googleapis/python-genai.

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

Lines changed: 1 addition & 1 deletion
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.0.1.dev"
20+
__version__ = "0.0.2.dev"

0 commit comments

Comments
 (0)