Skip to content

Commit e3eecd3

Browse files
committed
Prepare version 0.20.0
1 parent 57c2f1e commit e3eecd3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.20.0] - 2022-03-20
11+
1012
- Use gzip compression (`Content-Encoding: gzip`) for `POST /v2/track` HTTP request.
1113

1214
## [0.19.0] - 2022-01-23
@@ -181,7 +183,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
181183

182184
- First release.
183185

184-
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.19.0...HEAD
186+
[unreleased]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.20.0...HEAD
187+
[0.20.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.19.0...0.20.0
185188
[0.19.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.18.0...0.19.0
186189
[0.18.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.17.0...0.18.0
187190
[0.17.0]: https://github.com/frigus02/opentelemetry-application-insights/compare/0.16.0...0.17.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.19.0"
3+
version = "0.20.0"
44
authors = ["Jan Kuehle <[email protected]>"]
55
edition = "2018"
66
description = "OpenTelemetry exporter for Azure Application Insights"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async fn main() {
209209
//!
210210
//! [`Aggregator`]: https://docs.rs/opentelemetry/0.17.0/opentelemetry/sdk/export/metrics/trait.Aggregator.html
211211
//! [`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")]
212+
#![doc(html_root_url = "https://docs.rs/opentelemetry-application-insights/0.20.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)