Update to STG98 GA Version (#6661)

This commit is contained in:
microzchang 2025-07-22 11:03:26 +08:00 committed by GitHub
parent c94f494058
commit 551ae55366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 14 deletions

View File

@ -1,14 +1,10 @@
# Release History
## 12.14.0-beta.2 (Unreleased)
## 12.14.0 (2025-07-21)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Features in `12.14.0-beta.1` are now generally available.
## 12.14.0-beta.1 (2025-05-13)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 14
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.2"
#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)

View File

@ -1,14 +1,10 @@
# Release History
## 12.14.0-beta.2 (Unreleased)
## 12.14.0 (2025-07-21)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Features in `12.14.0-beta.1` are now generally available.
## 12.14.0-beta.1 (2025-05-13)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 14
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE ""
#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)