storage ad-hoc release (#3934)

This commit is contained in:
JinmingHu 2022-09-16 11:02:19 +08:00 committed by GitHub
parent 17ca68720c
commit a511ef6054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 11 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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."