Storage Aug GA release (#3864)
This commit is contained in:
parent
5a8d62358a
commit
54111348d1
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.5.0-beta.3 (Unreleased)
|
||||
## 12.5.0 (2022-08-08)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Features in `12.5.0.beta1` and `12.5.0.beta2` are now generally available.
|
||||
|
||||
## 12.5.0-beta.2 (2022-07-07)
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 5
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.3"
|
||||
#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.5.0-beta.1",
|
||||
"version-semver": "12.5.0",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Blobs SDK for C++",
|
||||
"This library provides Azure Storage Blobs SDK."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user