File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
sdk/storage/azure-storage-blobs Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 12.7.0-beta.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 12.6.1 (2022-09-16)
4
14
5
15
### Other changes
Original file line number Diff line number Diff line change 9
9
#pragma once
10
10
11
11
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
12
- #define AZURE_STORAGE_BLOBS_VERSION_MINOR 6
13
- #define AZURE_STORAGE_BLOBS_VERSION_PATCH 1
14
- #define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE " "
12
+ #define AZURE_STORAGE_BLOBS_VERSION_MINOR 7
13
+ #define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
14
+ #define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE " beta.1 "
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)
You can’t perform that action at this time.
0 commit comments