diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index aa09870..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @jtescher \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee31a16..177f10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 0.24.0 (May 24, 2024) + +### Breaking Changes + +- Upgrade to opentelemetry 0.23. Refer to the upstream + [changelog](https://github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.23.0) + for more information. + +### Added + +- Added gauge metrics (#129) + +### Fixed + +- Fixed compilation on WASI targets (#147) +- Set span end time when it exists (#124) + # 0.23.0 (February 26, 2024) ### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index 051125d..5a86246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "tracing-opentelemetry" -version = "0.23.0" -authors = [ - "Julian Tescher ", - "Tokio Contributors " -] +version = "0.24.0" description = "OpenTelemetry integration for tracing" homepage = "https://github.com/tokio-rs/tracing-opentelemetry" repository = "https://github.com/tokio-rs/tracing-opentelemetry"