From e0ddcfec89eb884e1baf31b19550cba2e55c864d Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 13 Nov 2020 13:15:48 -0800 Subject: [PATCH] Increment version for storage releases (#979) * Increment package version after release of azure-storage-common * Increment package version after release of azure-storage-blobs * Increment package version after release of azure-storage-files-datalake * Increment package version after release of azure-storage-files-shares --- sdk/storage/azure-storage-blobs/CHANGELOG.md | 3 +++ .../azure-storage-blobs/inc/azure/storage/blobs/version.hpp | 3 ++- sdk/storage/azure-storage-common/CHANGELOG.md | 3 +++ .../azure-storage-common/inc/azure/storage/common/version.hpp | 3 ++- sdk/storage/azure-storage-files-datalake/CHANGELOG.md | 3 +++ .../inc/azure/storage/files/datalake/version.hpp | 3 ++- sdk/storage/azure-storage-files-shares/CHANGELOG.md | 3 +++ .../inc/azure/storage/files/shares/version.hpp | 3 ++- 8 files changed, 20 insertions(+), 4 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index 79d5111fb..9b6252327 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.6 (Unreleased) + + ## 12.0.0-beta.5 (2020-11-13) ### 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 84e252494..74e6209d0 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.5" +#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.6" namespace Azure { namespace Storage { namespace Blobs { @@ -59,3 +59,4 @@ namespace Azure { namespace Storage { namespace Blobs { #undef AZURE_STORAGE_BLOBS_VERSION_MINOR #undef AZURE_STORAGE_BLOBS_VERSION_PATCH #undef AZURE_STORAGE_BLOBS_VERSION_PRERELEASE + diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index 55b8acf05..28b387fcd 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.6 (Unreleased) + + ## 12.0.0-beta.5 (2020-11-13) ### Breaking Changes 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 a2fbc87ab..e2f01850a 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.5" +#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.6" namespace Azure { namespace Storage { namespace Common { @@ -59,3 +59,4 @@ namespace Azure { namespace Storage { namespace Common { #undef AZURE_STORAGE_COMMON_VERSION_MINOR #undef AZURE_STORAGE_COMMON_VERSION_PATCH #undef AZURE_STORAGE_COMMON_VERSION_PRERELEASE + diff --git a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md index 763dcaf79..5e3c0449a 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.6 (Unreleased) + + ## 12.0.0-beta.5 (2020-11-13) ### Breaking Changes 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 c562191e9..3ddb0fe73 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.5" +#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.6" namespace Azure { namespace Storage { namespace Files { namespace DataLake { @@ -59,3 +59,4 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake { #undef AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR #undef AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH #undef AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE + diff --git a/sdk/storage/azure-storage-files-shares/CHANGELOG.md b/sdk/storage/azure-storage-files-shares/CHANGELOG.md index 3a49cd6c9..1d0658ffc 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.6 (Unreleased) + + ## 12.0.0-beta.5 (2020-11-13) ### Breaking Changes 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 60bccdda1..6797ceb57 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.5" +#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.6" namespace Azure { namespace Storage { namespace Files { namespace Shares { @@ -59,3 +59,4 @@ namespace Azure { namespace Storage { namespace Files { namespace Shares { #undef AZURE_STORAGE_FILES_SHARES_VERSION_MINOR #undef AZURE_STORAGE_FILES_SHARES_VERSION_PATCH #undef AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE +