Skip to content

Commit 8ae612b

Browse files
committed
Prepare version 0.45.0
1 parent 5d2e632 commit 8ae612b

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.45.0] - 2026-05-09
11+
1012
- Upgrade `opentelemetry` dependencies to `v0.32`.
1113
- **Breaking:** Removed dependency on `reqwest` and the Cargo features `reqwest-*`. These have been aliases for features in `opentelemetry-http` and `reqwest` for a while now. Use the features `reqwest`, `reqwest-blocking`, `reqwest-rustls`, `reqwest-rustls-webpki-roots` in `opentelemetry-http` instead.
1214

@@ -339,7 +341,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
339341

340342
- First release.
341343

342-
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.44.0...HEAD
344+
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.45.0...HEAD
345+
[0.45.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.44.0...0.45.0
343346
[0.44.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.43.0...0.44.0
344347
[0.43.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.42.0...0.43.0
345348
[0.42.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.41.0...0.42.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opentelemetry-application-insights"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
authors = ["Jan Kuehle <jkuehle90@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.75.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ async fn main() {
336336
//! | Sum | aggregation with only a value |
337337
//!
338338
//! [`Aggregation`]: https://docs.rs/opentelemetry/0.20.0/opentelemetry/sdk/metrics/data/trait.Aggregation.html
339-
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.44.0")]
339+
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.45.0")]
340340
#![allow(clippy::needless_doctest_main)]
341341
#![deny(missing_docs, unreachable_pub, missing_debug_implementations)]
342342
#![cfg_attr(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)