Azure Core July Release (#4752)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-07-06 05:59:52 -07:00 committed by GitHub
parent 8c748719d4
commit 0dffddb160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.1 (2023-06-29)
## 1.0.0-beta.1 (2023-07-06)
### Features Added

View File

@ -1,15 +1,11 @@
# Release History
## 1.11.0-beta.1 (Unreleased)
### Features Added
## 1.10.1 (2023-07-06)
### Breaking Changes
- [[#4662]](https://github.com/Azure/azure-sdk-for-cpp/issues/4662) `Azure::Core::Operation<T>::GetRawResponseInternal()` is now deprecated and no longer requires an overload.
### Bugs Fixed
### Other Changes
- Empty diagnostic messages will no longer be generated.

View File

@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 11
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
#define AZURE_CORE_VERSION_MINOR 10
#define AZURE_CORE_VERSION_PATCH 1
#define AZURE_CORE_VERSION_PRERELEASE ""
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)