Skip to content

Commit 522ae8a

Browse files
authored
Prepare Release 0.8.0 (#285)
* chore(release): Prepare release v0.8.0 * chore(release): Prepare release v0.8.0
1 parent ceb72cd commit 522ae8a

14 files changed

Lines changed: 48 additions & 24 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.8.0] - 2024-08-01
6+
7+
What's Changed
8+
9+
* (#257 by lquerel) Infrastructure to support backward-compatibility testing and, more generally, policies applied to multi-version registries.
10+
11+
```
12+
weaver registry check \
13+
--registry https://github.com/open-telemetry/semantic-conventions.git[model] \
14+
--baseline-registry https://github.com/open-telemetry/semantic-conventions/archive/refs/tags/v1.26.0.zip[model] \
15+
--policy compatibility_check.rego
16+
```
17+
18+
* (#284 by MadVikingGod) The `--policy` flag now accepts directories.
19+
* (#270 by @lquerel) Follow build tools’ case conversion rules. Numbers are no longer considered word splitters.
20+
* (#276 by @jsuereth) Remove legacy way of writing templates for semconv.
21+
* (#274 by @lquerel) Enhance error reporting for invalid JQ expressions.
22+
* (#275 by @lquerel) The custom JQ filter semconv_grouped_metrics now sorts metrics by their metric_name (issue #268).
23+
* (#256) Bump gix from 0.63.0 to 0.64.0.
24+
* (#271) Bump jaq-parse from 1.0.2 to 1.0.3.
25+
* (#272) Bump jaq-core from 1.5.0 to 1.5.1
26+
* (#273) Bump toml from 0.8.16 to 0.8.17
27+
* (#283) Bump minijinja from 2.1.0 to 2.1.1
28+
529
## [0.7.0] - 2024-07-22
630

731
What's Changed

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["OpenTelemetry"]
55
edition = "2021"
66
repository = "https://github.com/open-telemetry/weaver"

crates/weaver_cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_cache"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors.workspace = true
55
repository.workspace = true
66
license.workspace = true

crates/weaver_checker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_checker"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors.workspace = true
55
repository.workspace = true
66
license.workspace = true

crates/weaver_codegen_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_codegen_test"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors.workspace = true
55
repository.workspace = true
66
license.workspace = true

crates/weaver_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_common"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors.workspace = true
55
repository.workspace = true
66
license.workspace = true

crates/weaver_diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_diff"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors.workspace = true
55
repository.workspace = true
66
license.workspace = true

crates/weaver_forge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_forge"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors.workspace = true
55
repository.workspace = true
66
license.workspace = true

crates/weaver_resolved_schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_resolved_schema"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors.workspace = true
55
repository.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)