Increment version for core releases (#5980)

* Increment package version after release of azure-core-amqp

* Increment package version after release of azure-core

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2024-09-12 11:22:35 -07:00 committed by GitHub
parent df6f5c910d
commit da2ea2113d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 22 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Release History
## 1.0.0-beta.12 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.0.0-beta.11 (2024-09-12)
### Bugs Fixed

View File

@ -13,7 +13,7 @@
#define AZURE_CORE_AMQP_VERSION_MAJOR 1
#define AZURE_CORE_AMQP_VERSION_MINOR 0
#define AZURE_CORE_AMQP_VERSION_PATCH 0
#define AZURE_CORE_AMQP_VERSION_PRERELEASE "beta.11"
#define AZURE_CORE_AMQP_VERSION_PRERELEASE "beta.12"
#define AZURE_CORE_AMQP_VERSION_ITOA_HELPER(i) #i
#define AZURE_CORE_AMQP_VERSION_ITOA(i) AZURE_CORE_AMQP_VERSION_ITOA_HELPER(i)

View File

@ -1,5 +1,15 @@
# Release History
## 1.14.0-beta.3 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.14.0-beta.2 (2024-09-12)
### Features Added

View File

@ -13,7 +13,7 @@
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 14
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.2"
#define AZURE_CORE_VERSION_PRERELEASE "beta.3"
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)