Skip to content

Commit 43959c5

Browse files
authored
Prepare release v0.17.1 (#884)
1 parent 844ad3a commit 43959c5

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
# Unreleased
5+
# [0.17.1] - 2025-08-15
66

77
- Fix error messages to ignore new version variants ([#880](https://github.com/open-telemetry/weaver/pull/880) by @jsuereth)
88

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

crates/weaver_semconv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation.
1212

1313
For a formal definition of the allowed syntax, see the [JSON schema](/schemas/semconv.schema.json).
1414

15-
> [!NOTE]
15+
> **Note**:
1616
> Semantic conventions YAML language v2 is in active development, check out [JSON schema v2](/schemas/semconv.schema.v2.json) and [syntax v2](/schemas/semconv-syntax.v2.md) documents.
1717
1818
## Design Principles

0 commit comments

Comments
 (0)