Skip to content

Commit

Permalink
chore(build): Prepare release v0.9.2 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
lquerel authored Sep 9, 2024
1 parent 164f468 commit 8cb1a94
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 24 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## [0.9.2] - 2024-09-09

What's Changed

* Build X86 + ARM64 image ([#346](https://github.com/open-telemetry/weaver/pull/346) by jsuereth). The parameter
`--platform=linux/x86_64` is no longer needed to run this image on MacOS.
* Update docker guide for home directory ([#356](https://github.com/open-telemetry/weaver/pull/356) by jsuereth).
* Fix clippy issues. ([#357](https://github.com/open-telemetry/weaver/pull/357) by jsuereth).
* Bump alpine from 3.20.2 to 3.20.3 (#360)
* Bump anyhow from 1.0.86 to 1.0.87 (#359)
* Bump serde from 1.0.209 to 1.0.210 (#358)
* Bump serde_json from 1.0.127 to 1.0.128 (#354)
* Bump clap from 4.5.16 to 4.5.17 (#351)
* Bump regorus from 0.2.3 to 0.2.4 (#350)
* Bump indexmap from 2.4.0 to 2.5.0 (#349)
* Bump minijinja-contrib from 2.1.2 to 2.2.0 (#347)
* Bump ratatui from 0.28.0 to 0.28.1 (#341)
* Bump flate2 from 1.0.32 to 1.0.33 (#342)
* Bump minijinja from 2.1.2 to 2.2.0 (#343)
* Bump serde from 1.0.208 to 1.0.209 (#344)
* Bump serde_json from 1.0.125 to 1.0.127 (#340)

## [0.9.1] - 2024-08-22

Fixes
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver"
version = "0.9.1"
version = "0.9.2"
authors = ["OpenTelemetry"]
edition = "2021"
repository = "https://github.com/open-telemetry/weaver"
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_cache"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_checker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_checker"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_codegen_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_codegen_test"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_common"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_diff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_diff"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_forge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_forge"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_resolved_schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_resolved_schema"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_resolver"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_semconv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_semconv"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_semconv_gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_semconv_gen"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_version/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weaver_version"
version = "0.9.1"
version = "0.9.2"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down

0 comments on commit 8cb1a94

Please sign in to comment.