Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare release for opentelemetry-util-genai v0.2b0
  • Loading branch information
otelbot[bot] committed Oct 14, 2025
commit e2c281f63096e429b264796832f5a20a54ff7943
2 changes: 1 addition & 1 deletion util/opentelemetry-util-genai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-10-14)

- Add jsonlines support to fsspec uploader
([https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3791](#3791))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2b0.dev"
__version__ = "0.2b0"
Loading