Skip to content

Commit c086a29

Browse files
authored
Prepare 0.20 release (#1069)
* Prepare 0.20 release. * Update changelong and merge main
1 parent e32adbf commit c086a29

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
# Unreleased
66

7+
# [0.20.0] - 2025-12-11
8+
9+
- Add support for V2 schema in `weaver diff` ([#1053](https://github.com/open-telemetry/weaver/pull/1053) by @jsuereth)
710
- Add support for V2 schema in JQ helpers ([#1058](https://github.com/open-telemetry/weaver/pull/1058) by @lmolkova)
811
- Add support for V2 schema in weaver_forge ([#980](https://github.com/open-telemetry/weaver/pull/980) by @jsuereth)
912
- Add support for V2 schema in `weaver check` ([#1016](https://github.com/open-telemetry/weaver/pull/1016) by @jsuereth)

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ eula = false
2626
members = ["crates/*"]
2727

2828
[workspace.package]
29-
version = "0.19.0"
29+
version = "0.20.0"
3030
authors = ["OpenTelemetry"]
3131
edition = "2021"
3232
repository = "https://github.com/open-telemetry/weaver"

0 commit comments

Comments
 (0)