File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " opentelemetry-application-insights"
3- version = " 0.18 .0"
3+ version = " 0.19 .0"
44authors = [
" Jan Kuehle <[email protected] >" ]
55edition = " 2018"
66description = " OpenTelemetry exporter for Azure Application Insights"
Original file line number Diff line number Diff 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) ) ]
You can’t perform that action at this time.
0 commit comments