Skip to content

Commit 7b68b31

Browse files
authored
Increment version for storage releases (#3924)
* Increment package version after release of azure-storage-common * Increment package version after release of azure-storage-blobs * Increment package version after release of azure-storage-files-shares
1 parent e29fe9b commit 7b68b31

File tree

6 files changed

+35
-5
lines changed

6 files changed

+35
-5
lines changed

sdk/storage/azure-storage-blobs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.7.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.6.0 (2022-09-06)
414

515
### Features Added

sdk/storage/azure-storage-blobs/src/private/package_version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#pragma once
1010

1111
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
12-
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 6
12+
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 7
1313
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
14-
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
14+
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
1515

1616
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
1717
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)

sdk/storage/azure-storage-common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.3.0 (2022-09-06)
414

515
### Features Added

sdk/storage/azure-storage-common/src/private/package_version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#include <array>
1212

1313
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
14-
#define AZURE_STORAGE_COMMON_VERSION_MINOR 3
14+
#define AZURE_STORAGE_COMMON_VERSION_MINOR 4
1515
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
16-
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""
16+
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.1"
1717

1818
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)

sdk/storage/azure-storage-files-shares/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.3.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.3.0-beta.1 (2022-09-06)
414

515
### Features Added

sdk/storage/azure-storage-files-shares/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
1212
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 3
1313
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
14-
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.1"
14+
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2"
1515

1616
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i
1717
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)