From 1778d840113bae7a8cec1439efdc536a0b4dc57f Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 1 Jul 2021 19:35:37 +0000 Subject: [PATCH 1/2] Increment package version after release of azure-core-tracing-opencensus --- .../CHANGELOG.md | 22 ++++++++++++++----- .../tracing/ext/opencensus_span/_version.py | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md b/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md index 427ab7418460..52c732464d83 100644 --- a/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md +++ b/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md @@ -1,6 +1,16 @@ - # Release History +## 1.0.0b9 (Unreleased) + +### Features Added + +### Breaking Changes + +### Key Bugs Fixed + +### Fixed + + ## 1.0.0b8 (2021-07-01) - Fix for supporting `kind` keyword while instantiating the span. @@ -13,6 +23,11 @@ - `link` and `link_from_headers` now accept attributes. +## 1.0.0b4 (2019-10-07) + +### Features + +- Opencensus implementation of azure-core tracing protocol ## 1.0.0b5 (2019-01-14) ### Bugfix @@ -24,8 +39,3 @@ - Implement new "change_context" API -## 1.0.0b4 (2019-10-07) - -### Features - -- Opencensus implementation of azure-core tracing protocol diff --git a/sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span/_version.py b/sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span/_version.py index adc5abe3eb1b..58c84344f540 100644 --- a/sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span/_version.py +++ b/sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span/_version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. # ------------------------------------ -VERSION = "1.0.0b8" +VERSION = "1.0.0b9" From cb19ebce477bff582f418ba1a78936a3ae081d68 Mon Sep 17 00:00:00 2001 From: Xiang Yan Date: Thu, 1 Jul 2021 12:37:46 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- sdk/core/azure-core-tracing-opencensus/CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md b/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md index 52c732464d83..d0bb26e168f9 100644 --- a/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md +++ b/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md @@ -23,12 +23,7 @@ - `link` and `link_from_headers` now accept attributes. -## 1.0.0b4 (2019-10-07) - -### Features - -- Opencensus implementation of azure-core tracing protocol -## 1.0.0b5 (2019-01-14) +## 1.0.0b5 (2020-01-14) ### Bugfix @@ -39,3 +34,8 @@ - Implement new "change_context" API +## 1.0.0b4 (2019-10-07) + +### Features + +- Opencensus implementation of azure-core tracing protocol