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 6ae5e34 commit 9283e20Copy full SHA for 9283e20
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.1b0 (2025-09-24)
9
10
- Add completion hook to genai utils to implement semconv v1.37.
11
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.1b0.dev"
+__version__ = "0.1b0"
0 commit comments