Compare commits
1 Commits
main
...
openteleme
Author | SHA1 | Date |
---|---|---|
|
49011ae45d |
|
@ -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.1b0 (2025-03-05)
|
||||
|
||||
- Add support for async and streaming.
|
||||
([#3298](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3298))
|
||||
|
|
|
@ -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.1b0.dev"
|
||||
__version__ = "0.1b0"
|
||||
|
|
Loading…
Reference in New Issue