Skip to content

Commit d765132

Browse files
authored
Prepare release v0.15.2 (#763)
* Prepare release v0.15.2 * Prepare release v0.15.2
1 parent 19a6c7e commit d765132

3 files changed

Lines changed: 23 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [0.15.2] - 2025-05-30
6+
7+
- Improve the quality of error messages emitted by Weaver
8+
([#759](https://github.com/open-telemetry/weaver/pull/759) by @lquerel)
9+
- Remove deprecated `allow_custom_values` from the codebase and YAML files
10+
([#758](https://github.com/open-telemetry/weaver/pull/758) by @trisch-me)
11+
As a result of this change, `allow_custom_values` will be ignored in registry
12+
version 1.26.0, which was the last version to support it.
13+
514
# [0.15.1] - 2025-05-27
615

716
- Add support for metrics in Live Check. ([#728](https://github.com/open-telemetry/weaver/pull/728) by @jerbly)

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.15.1"
29+
version = "0.15.2"
3030
authors = ["OpenTelemetry"]
3131
edition = "2021"
3232
repository = "https://github.com/open-telemetry/weaver"

0 commit comments

Comments
 (0)