storage ad-hoc release (#3934)
This commit is contained in:
parent
17ca68720c
commit
a511ef6054
@ -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)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user