File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 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.16.0] - 2021-06-17
11+
1012- Upgrade to ` v0.15.0 ` of ` opentelemetry ` .
1113
1214## [ 0.15.0] - 2021-05-24
@@ -164,7 +166,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
164166
165167- First release.
166168
167- [ unreleased ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.15.0...HEAD
169+ [ unreleased ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.16.0...HEAD
170+ [ 0.16.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.15.0...0.16.0
168171[ 0.15.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.14.0...0.15.0
169172[ 0.14.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.13.0...0.14.0
170173[ 0.13.0 ] : https://github.com/frigus02/opentelemetry-application-insights/compare/0.12.0...0.13.0
Original file line number Diff line number Diff line change 11[package ]
22name = " opentelemetry-application-insights"
3- version = " 0.15 .0"
3+ version = " 0.16 .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 1- [ ![ Crates.io 0.15 .0] ( https://img.shields.io/crates/v/opentelemetry-application-insights.svg )] ( https://crates.io/crates/opentelemetry-application-insights )
2- [ ![ Documentation 0.15 .0] ( https://docs.rs/opentelemetry-application-insights/badge.svg )] ( https://docs.rs/opentelemetry-application-insights )
1+ [ ![ Crates.io 0.16 .0] ( https://img.shields.io/crates/v/opentelemetry-application-insights.svg )] ( https://crates.io/crates/opentelemetry-application-insights )
2+ [ ![ Documentation 0.16 .0] ( https://docs.rs/opentelemetry-application-insights/badge.svg )] ( https://docs.rs/opentelemetry-application-insights )
33[ ![ Workflow Status] ( https://github.com/frigus02/opentelemetry-application-insights/workflows/CI/badge.svg )] ( https://github.com/frigus02/opentelemetry-application-insights/actions?query=workflow%3A%22CI%22 )
44
55# opentelemetry-application-insights
Original file line number Diff line number Diff line change 147147//! All other attributes are directly converted to custom properties.
148148//!
149149//! [exceptions]: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/exceptions.md
150- #![ doc( html_root_url = "https://docs.rs/opentelemetry-application-insights/0.15 .0" ) ]
150+ #![ doc( html_root_url = "https://docs.rs/opentelemetry-application-insights/0.16 .0" ) ]
151151#![ deny( missing_docs, unreachable_pub, missing_debug_implementations) ]
152152#![ cfg_attr( test, deny( warnings) ) ]
153153
You can’t perform that action at this time.
0 commit comments