We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52737ee commit 3b9574cCopy full SHA for 3b9574c
sdk/core/azure-core/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.13.0-beta.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.12.0 (2024-05-09)
14
15
### Bugs Fixed
sdk/core/azure-core/src/private/package_version.hpp
@@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_CORE_VERSION_MAJOR 1
-#define AZURE_CORE_VERSION_MINOR 12
+#define AZURE_CORE_VERSION_MINOR 13
#define AZURE_CORE_VERSION_PATCH 0
16
-#define AZURE_CORE_VERSION_PRERELEASE ""
+#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
17
18
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
19
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)
0 commit comments