Increment version for storage releases (#6848)
* Increment package version after release of azure-storage-common * Increment package version after release of azure-storage-blobs * Increment package version after release of azure-storage-files-datalake * Increment package version after release of azure-storage-files-shares * Increment package version after release of azure-storage-queues
This commit is contained in:
parent
0da325f0c4
commit
e70a8a79c2
@ -1,5 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 12.16.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.16.0-beta.1 (2025-11-27)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 16
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.2"
|
||||
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 12.12.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.12.0-beta.1 (2025-11-27)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_COMMON_VERSION_MINOR 12
|
||||
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.2"
|
||||
|
||||
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 12.14.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.14.0-beta.1 (2025-11-27)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 14
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.2"
|
||||
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 12.16.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.16.0-beta.1 (2025-11-27)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 16
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2"
|
||||
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 12.6.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.6.0-beta.1 (2025-11-27)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_MINOR 6
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_PRERELEASE "beta.2"
|
||||
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_QUEUES_VERSION_ITOA(i) AZURE_STORAGE_QUEUES_VERSION_ITOA_HELPER(i)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user