Skip to content

Commit 60f878a

Browse files
[Storage] Bump versions for next release (Azure#24072)
1 parent 47ebf52 commit 60f878a

File tree

8 files changed

+26
-6
lines changed

8 files changed

+26
-6
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Release History
22

3-
## 12.##.## (Unreleased)
3+
## 12.12.0 (Unreleased)
4+
5+
### Features Added
46

57
### Bugs Fixed:
6-
- fixes a bug in `BlobClient.from_blob_url()` such that users will receive a more helpful error
8+
- Fixed a bug in `BlobClient.from_blob_url()` such that users will receive a more helpful error
79
message if they pass an incorrect URL without a full `/container/blob` path.
810

911
## 12.12.0b1 (2022-04-14)

sdk/storage/azure-storage-blob/azure/storage/blob/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.12.0b1"
7+
VERSION = "12.12.0"

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

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

3+
## 12.7.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
39
## 12.7.0b1 (2022-04-14)
410

511
### Features Added

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.7.0b1"
7+
VERSION = "12.7.0"

sdk/storage/azure-storage-file-share/CHANGELOG.md

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

3+
## 12.8.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
39
## 12.8.0b1 (2022-04-14)
410

511
### Features Added

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.8.0b1"
7+
VERSION = "12.8.0"

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

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

3+
## 12.3.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
39
## 12.3.0b1 (2022-04-14)
410

511
### Features Added

sdk/storage/azure-storage-queue/azure/storage/queue/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "12.3.0b1"
12+
VERSION = "12.3.0"

0 commit comments

Comments
 (0)