Skip to content

Commit

Permalink
Prepare version 0.36.0
Browse files Browse the repository at this point in the history
frigus02 committed Oct 15, 2024
1 parent e41d0f9 commit 6973d24
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.36.0] - 2024-10-15

- Upgrade `opentelemetry` dependencies to `v0.26`. Thanks, [sezna@](https://github.com/sezna).

## [0.35.0] - 2024-09-16

- Upgrade `opentelemetry` dependencies to `v0.25`.
@@ -275,7 +279,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.35.0...HEAD
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.36.0...HEAD
[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
[0.33.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.32.0...0.33.0
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.35.0"
version = "0.36.0"
authors = ["Jan Kuehle <jkuehle90@gmail.com>"]
edition = "2018"
description = "OpenTelemetry exporter for Azure Application Insights"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.35.0")]
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.36.0")]
#![allow(clippy::needless_doctest_main)]
#![deny(missing_docs, unreachable_pub, missing_debug_implementations)]
#![cfg_attr(docsrs, feature(doc_cfg))]

0 comments on commit 6973d24

Please sign in to comment.