File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
sdk/storage/azure-storage-blobs Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.5.0-beta.3 (Unreleased )
3
+ ## 12.5.0 (2022-08-08 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
7
+ - Features in ` 12.5.0.beta1 ` and ` 12.5.0.beta2 ` are now generally available.
12
8
13
9
## 12.5.0-beta.2 (2022-07-07)
14
10
Original file line number Diff line number Diff line change 11
11
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
12
12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 5
13
13
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
14
- #define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE " beta.3 "
14
+ #define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE " "
15
15
16
16
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER (i ) #i
17
17
#define AZURE_STORAGE_BLOBS_VERSION_ITOA (i ) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-storage-blobs-cpp" ,
3
- "version-semver" : " 12.5.0-beta.1 " ,
3
+ "version-semver" : " 12.5.0" ,
4
4
"description" : [
5
5
" Microsoft Azure Storage Blobs SDK for C++" ,
6
6
" This library provides Azure Storage Blobs SDK."
You can’t perform that action at this time.
0 commit comments