Update change log for main for November release, to release 1.4.0, with version update. (#2415)
* Update change log for main for November release, to release 1.4.0, with version update. * Update the CL date to be Nov 11.
This commit is contained in:
Родитель
31e832e14a
Коммит
0d99eee5a4
|
@ -1,6 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 1.4.0-beta.2 (Unreleased)
|
||||
## 1.4.0 (2022-11-11)
|
||||
|
||||
### Features Added
|
||||
|
||||
|
@ -14,8 +14,6 @@
|
|||
|
||||
- [[#2372](https://github.com/Azure/azure-sdk-for-c/pull/2372)] Incorrect minimum buffer size calculation when logging an HTTP request.
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.4.0-beta.1 (2022-08-09)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
include(FetchContent)
|
||||
FetchContent_Declare(azuresdkforc
|
||||
GIT_REPOSITORY https://github.com/Azure/azure-sdk-for-c.git
|
||||
GIT_TAG 1.3.2)
|
||||
GIT_TAG 1.4.0)
|
||||
FetchContent_GetProperties(azuresdkforc)
|
||||
if(NOT azuresdkforc_POPULATED)
|
||||
FetchContent_Populate(azuresdkforc)
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
/// The version in string format used for telemetry following the `semver.org` standard
|
||||
/// (https://semver.org).
|
||||
#define AZ_SDK_VERSION_STRING "1.4.0-beta.2"
|
||||
#define AZ_SDK_VERSION_STRING "1.4.0"
|
||||
|
||||
/// Major numeric identifier.
|
||||
#define AZ_SDK_VERSION_MAJOR 1
|
||||
|
@ -29,6 +29,7 @@
|
|||
#define AZ_SDK_VERSION_PATCH 0
|
||||
|
||||
/// Optional pre-release identifier. SDK is in a pre-release state when present.
|
||||
#define AZ_SDK_VERSION_PRERELEASE "beta.2"
|
||||
#define AZ_SDK_VERSION_PRERELEASE
|
||||
#undef AZ_SDK_VERSION_PRERELEASE
|
||||
|
||||
#endif //_az_VERSION_H
|
||||
|
|
Загрузка…
Ссылка в новой задаче