Skip to content

Commit 0487c8d

Browse files
[Storage] Bump changelogs after STG 99 Beta Release (#41567)
1 parent 4cc5541 commit 0487c8d

File tree

9 files changed

+21
-5
lines changed

9 files changed

+21
-5
lines changed

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

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

3+
## 12.28.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.27.0b1 (2025-06-12)
48

59
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.

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.27.0b1"
7+
VERSION = "12.28.0b1"

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

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

3+
## 12.23.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.22.0b1 (2025-06-12)
48

59
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.

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.22.0b1"
7+
VERSION = "12.23.0b1"

sdk/storage/azure-storage-file-datalake/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
python_requires=">=3.9",
7878
install_requires=[
7979
"azure-core>=1.30.0",
80-
"azure-storage-blob>=12.27.0b1",
80+
"azure-storage-blob>=12.28.0b1",
8181
"typing-extensions>=4.6.0",
8282
"isodate>=0.6.1"
8383
],

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

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

3+
## 12.24.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.23.0b1 (2025-06-12)
48

59
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.

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.23.0b1"
7+
VERSION = "12.24.0b1"

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

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

3+
## 12.15.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.14.0b1 (2025-06-12)
48

59
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.

sdk/storage/azure-storage-queue/azure/storage/queue/_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.14.0b1"
7+
VERSION = "12.15.0b1"

0 commit comments

Comments
 (0)