From a511ef60544a6517bf699a709bcc4007ae539838 Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Fri, 16 Sep 2022 11:02:19 +0800 Subject: [PATCH] storage ad-hoc release (#3934) --- sdk/storage/azure-storage-blobs/CHANGELOG.md | 10 +++------- .../src/private/package_version.hpp | 6 +++--- sdk/storage/azure-storage-blobs/vcpkg.json | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index 218ae1216..e76b31fc4 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 12.7.0-beta.1 (Unreleased) +## 12.6.1 (2022-09-16) -### Features Added +### Other changes -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- No public changes in this release. ## 12.6.0 (2022-09-06) diff --git a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp index 6f21bf905..05e75d177 100644 --- a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp @@ -9,9 +9,9 @@ #pragma once #define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12 -#define AZURE_STORAGE_BLOBS_VERSION_MINOR 7 -#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0 -#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1" +#define AZURE_STORAGE_BLOBS_VERSION_MINOR 6 +#define AZURE_STORAGE_BLOBS_VERSION_PATCH 1 +#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "" #define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i #define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) diff --git a/sdk/storage/azure-storage-blobs/vcpkg.json b/sdk/storage/azure-storage-blobs/vcpkg.json index 6d375116d..ae37d635b 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg.json +++ b/sdk/storage/azure-storage-blobs/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-storage-blobs-cpp", - "version-semver": "12.6.0", + "version-semver": "12.6.1", "description": [ "Microsoft Azure Storage Blobs SDK for C++", "This library provides Azure Storage Blobs SDK."