Azure Core July Release (#4752)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
8c748719d4
commit
0dffddb160
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 1.0.0-beta.1 (2023-06-29)
|
||||
## 1.0.0-beta.1 (2023-07-06)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user