Skip to content

Commit

Permalink
Merge pull request #225 from trisch-me/release_0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lquerel authored Jul 2, 2024
2 parents 502c5f3 + 700364d commit 47108b7
Show file tree
Hide file tree
Showing 14 changed files with 81 additions and 56 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## [0.5.0] - 2024-07-02

What's Changed

* Add optional variant to requirement_level. by @MadVikingGod in https://github.com/open-telemetry/weaver/pull/199
* Add semconv_const filter to support semantic convention namespacing rules. by @lquerel in https://github.com/open-telemetry/weaver/pull/200
* Add display_name field. by @joaopgrassi in https://github.com/open-telemetry/weaver/pull/202
* Bump regex from 1.10.4 to 1.10.5 by @dependabot in https://github.com/open-telemetry/weaver/pull/205
* Bump clap from 4.5.6 to 4.5.7 by @dependabot in https://github.com/open-telemetry/weaver/pull/206
* New entry in developer guide to describe the process of adding new fields in the semantic convention registry by @lquerel in https://github.com/open-telemetry/weaver/pull/209
* Add Embed option for single attributes by @trisch-me in https://github.com/open-telemetry/weaver/pull/212
* Bump include_dir from 0.7.3 to 0.7.4 by @dependabot in https://github.com/open-telemetry/weaver/pull/213
* Add support for post-resolution policies by @lquerel in https://github.com/open-telemetry/weaver/pull/214
* split_id filter is singular by @bryannaegele in https://github.com/open-telemetry/weaver/pull/217
* Add Jinja whitespace control by @joaopgrassi in https://github.com/open-telemetry/weaver/pull/224

## New Contributors
* @MadVikingGod made their first contribution in https://github.com/open-telemetry/weaver/pull/199
* @joaopgrassi made their first contribution in https://github.com/open-telemetry/weaver/pull/202
* @trisch-me made their first contribution in https://github.com/open-telemetry/weaver/pull/212
* @bryannaegele made their first contribution in https://github.com/open-telemetry/weaver/pull/217

**Full Changelog**: https://github.com/open-telemetry/weaver/compare/v0.4.0...v0.5.0


## [0.4.0] - 2024-06-04

What's Changed
Expand Down
88 changes: 44 additions & 44 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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
authors.workspace = true
repository.workspace = true
license.workspace = true
Expand Down
Loading

0 comments on commit 47108b7

Please sign in to comment.