Skip to content

Commit

Permalink
Storage 12.0.1 release (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinming-Hu authored Jul 7, 2021
1 parent a8d7a48 commit 9e710c2
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.1.0-beta.1 (Unreleased)
## 12.0.1 (2021-07-07)

### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#pragma once

#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 1
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 0
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 1
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""

#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.1.0-beta.1 (Unreleased)
## 12.0.1 (2021-07-07)

### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#include <array>

#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
#define AZURE_STORAGE_COMMON_VERSION_MINOR 1
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_COMMON_VERSION_MINOR 0
#define AZURE_STORAGE_COMMON_VERSION_PATCH 1
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""

#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-files-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.1.0-beta.1 (Unreleased)
## 12.0.1 (2021-07-07)

### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#pragma once

#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 1
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 0
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 1
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE ""

#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-files-shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 12.1.0-beta.1 (Unreleased)
## 12.0.1 (2021-07-07)

No API changes since `12.0.0`.

## 12.0.0 (2021-06-08)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#pragma once

#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 1
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 0
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 1
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE ""

#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)
Expand Down

0 comments on commit 9e710c2

Please sign in to comment.