Skip to content

Commit

Permalink
Prepare version 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frigus02 committed Nov 12, 2024
1 parent 4921c34 commit dfccd14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.37.0] - 2024-11-12

- Upgrade `opentelemetry` dependencies to `v0.27`.
- Upgrade `thiserror` dependency to `v2`.

Expand Down Expand Up @@ -282,7 +284,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- First release.

[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.36.0...HEAD
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.37.0...HEAD
[0.37.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.36.0...0.37.0
[0.36.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.35.0...0.36.0
[0.35.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.34.0...0.35.0
[0.34.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.33.0...0.34.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opentelemetry-application-insights"
version = "0.36.0"
version = "0.37.0"
authors = ["Jan Kuehle <[email protected]>"]
edition = "2018"
description = "OpenTelemetry exporter for Azure Application Insights"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ async fn main() {
//! | Sum | aggregation with only a value |
//!
//! [`Aggregation`]: https://docs.rs/opentelemetry/0.20.0/opentelemetry/sdk/metrics/data/trait.Aggregation.html
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.36.0")]
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.37.0")]
#![allow(clippy::needless_doctest_main)]
#![deny(missing_docs, unreachable_pub, missing_debug_implementations)]
#![cfg_attr(docsrs, feature(doc_cfg))]
Expand Down

0 comments on commit dfccd14

Please sign in to comment.