Skip to content

Commit b95cc56

Browse files
Increment after v0.4.0 release (#2870)
1 parent af51e77 commit b95cc56

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/azure_storage_blob/CHANGELOG.md

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

3+
## 0.5.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.4.0 (2025-08-05)
414

515
### Bugs Fixed
@@ -12,10 +22,6 @@
1222
* Changed `RequestContent<Bytes>` request methods to `RequestContent<T, NoFormat>` to provide parity with `Response<T, NoFormat>`.
1323
* Changed `RequestContent<T>` XML models in client methods to `RequestContent<T, XmlFormat>` to provide parity with `Response<T, XmlFormat>`.
1424

15-
### Bugs Fixed
16-
17-
### Other Changes
18-
1925
## 0.3.0 (2025-07-15)
2026

2127
### Features Added

sdk/storage/azure_storage_blob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_blob"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Microsoft Azure Blob Storage client library for Rust"
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)