Skip to content

Commit 7400873

Browse files
Copilotjsuereth
andauthored
Prepare release v0.22.1 (#1290)
* Initial plan * Prepare release v0.22.1 Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
1 parent 36a07f8 commit 7400873

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

CHANGELOG.md

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

55
# Unreleased
66

7+
# [0.22.1] - 2026-03-13
8+
9+
- Fix: Update release workflow for pnpm migration (use pnpm lockfile instead of npm lockfile). ([#1289](https://github.com/open-telemetry/weaver/pull/1289) by @jerbly)
10+
711
# [0.22.0] - 2026-03-14
812

913
- Add support for git references in the registry url ([#182](https://github.com/open-telemetry/weaver/issues/182) by @sebasnabas)

Cargo.lock

Lines changed: 15 additions & 15 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.22.0"
29+
version = "0.22.1"
3030
authors = ["OpenTelemetry"]
3131
edition = "2021"
3232
repository = "https://github.com/open-telemetry/weaver"

0 commit comments

Comments
 (0)