From c247b22e28d0dffb9f317eb6faec413fe32b0117 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 4 Feb 2021 18:48:00 -0800 Subject: [PATCH] Increment version for storage releases (#1582) Increment package version after release of azure-storage-common --- sdk/storage/azure-storage-blobs/CHANGELOG.md | 3 +++ .../azure-storage-blobs/inc/azure/storage/blobs/version.hpp | 2 +- sdk/storage/azure-storage-common/CHANGELOG.md | 3 +++ .../azure-storage-common/inc/azure/storage/common/version.hpp | 2 +- sdk/storage/azure-storage-files-datalake/CHANGELOG.md | 3 +++ .../inc/azure/storage/files/datalake/version.hpp | 2 +- sdk/storage/azure-storage-files-shares/CHANGELOG.md | 3 +++ .../inc/azure/storage/files/shares/version.hpp | 2 +- 8 files changed, 16 insertions(+), 4 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index f2b1956b4..5dfec8d66 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.8 (Unreleased) + + ## 12.0.0-beta.7 (2021-02-03) ### New Features diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/version.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/version.hpp index 61975ac61..82588cd8a 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/version.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/version.hpp @@ -14,7 +14,7 @@ #define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12 #define AZURE_STORAGE_BLOBS_VERSION_MINOR 0 #define AZURE_STORAGE_BLOBS_VERSION_PATCH 0 -#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.7" +#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.8" namespace Azure { namespace Storage { namespace Blobs { namespace Details { diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index d3bdefc47..4145e1d04 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.8 (Unreleased) + + ## 12.0.0-beta.7 (2021-02-03) ### New Features diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/version.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/version.hpp index 68bffd215..22625e026 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/version.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/version.hpp @@ -14,7 +14,7 @@ #define AZURE_STORAGE_COMMON_VERSION_MAJOR 12 #define AZURE_STORAGE_COMMON_VERSION_MINOR 0 #define AZURE_STORAGE_COMMON_VERSION_PATCH 0 -#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.7" +#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.8" namespace Azure { namespace Storage { namespace Common { namespace Details { diff --git a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md index 48f323113..174928d0b 100644 --- a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.8 (Unreleased) + + ## 12.0.0-beta.7 (2021-02-03) ### New Features diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/version.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/version.hpp index 18c29c6b0..3a609852f 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/version.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/version.hpp @@ -14,7 +14,7 @@ #define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12 #define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 0 #define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0 -#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.7" +#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.8" namespace Azure { namespace Storage { namespace Files { namespace DataLake { namespace Details { diff --git a/sdk/storage/azure-storage-files-shares/CHANGELOG.md b/sdk/storage/azure-storage-files-shares/CHANGELOG.md index 3d33bc90b..4c72ec483 100644 --- a/sdk/storage/azure-storage-files-shares/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-shares/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.8 (Unreleased) + + ## 12.0.0-beta.7 (2021-02-04) ### New Features diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/version.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/version.hpp index c29af1d7e..b27ec27e6 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/version.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/version.hpp @@ -14,7 +14,7 @@ #define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12 #define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 0 #define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0 -#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.7" +#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.8" namespace Azure { namespace Storage { namespace Files { namespace Shares { namespace Details {