Skip to content

Commit e5632ae

Browse files
[Storage] Bump changelogs after STG 100 Beta Release (#44275)
1 parent 5cc0628 commit e5632ae

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.29.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.28.0b1 (2025-12-04)
48

59
### Features Added

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.28.0b1"
7+
VERSION = "12.29.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.24.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.23.0b1 (2025-12-04)
48

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
python_requires=">=3.9",
8080
install_requires=[
8181
"azure-core>=1.30.0",
82-
"azure-storage-blob>=12.28.0b1",
82+
"azure-storage-blob>=12.29.0b1",
8383
"typing-extensions>=4.6.0",
8484
"isodate>=0.6.1"
8585
],

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.25.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.24.0b1 (2025-12-04)
48

59
### 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.24.0b1"
7+
VERSION = "12.25.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.16.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.15.0b1 (2025-12-04)
48

59
### 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
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.15.0b1"
7+
VERSION = "12.16.0b1"

0 commit comments

Comments
 (0)