Skip to content

Commit e04a503

Browse files
committed
Prepare version 0.19
1 parent 897291a commit e04a503

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

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.19.0] - 2022-01-23
11+
1012
- Upgrade to `v0.17.0` of `opentelemetry`.
1113

1214
## [0.18.0] - 2021-09-12
@@ -177,7 +179,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
177179

178180
- First release.
179181

180-
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.18.0...HEAD
182+
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.19.0...HEAD
183+
[0.19.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.18.0...0.19.0
181184
[0.18.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.17.0...0.18.0
182185
[0.17.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.16.0...0.17.0
183186
[0.16.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.15.0...0.16.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.18.0"
3+
version = "0.19.0"
44
authors = ["Jan Kuehle <[email protected]>"]
55
edition = "2018"
66
description = "OpenTelemetry exporter for Azure Application Insights"

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ async fn main() {
207207
//! | MinMaxSumCount | aggregation with value, min, max and count |
208208
//! | Sum | aggregation with only a value |
209209
//!
210-
//! [`Aggregator`]: https://docs.rs/opentelemetry/0.16.0/opentelemetry/sdk/export/metrics/trait.Aggregator.html
211-
//! [`Selector`]: https://docs.rs/opentelemetry/0.16.0/opentelemetry/sdk/metrics/selectors/simple/enum.Selector.html
212-
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.18.0")]
210+
//! [`Aggregator`]: https://docs.rs/opentelemetry/0.17.0/opentelemetry/sdk/export/metrics/trait.Aggregator.html
211+
//! [`Selector`]: https://docs.rs/opentelemetry/0.17.0/opentelemetry/sdk/metrics/selectors/simple/enum.Selector.html
212+
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.19.0")]
213213
#![deny(missing_docs, unreachable_pub, missing_debug_implementations)]
214214
#![cfg_attr(docsrs, feature(doc_cfg))]
215215
#![cfg_attr(test, deny(warnings))]

0 commit comments

Comments
 (0)