Skip to content

Commit 3bfc35f

Browse files
authored
Increment package version after release of azure_storage_blob (#2456)
1 parent d01ffae commit 3bfc35f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

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

515
### 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.1.0"
3+
version = "0.2.0"
44
description = "Microsoft Azure Blob Storage client library for Rust"
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)