Skip to content

Commit ffcbee3

Browse files
[Storage] Bump azure_storage_queue to v0.2.0 post-release, uncomment hyperlinks (Azure#3207)
1 parent a9c36e0 commit ffcbee3

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
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_queue/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-10-15)
414

515
### Features Added

sdk/storage/azure_storage_queue/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_queue"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Microsoft Azure Queue client library for Rust"
55
readme = "README.md"
66
authors.workspace = true

sdk/storage/azure_storage_queue/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
8181

8282
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
8383

84-
<!-- TODO: Uncomment the links below when the PR is merged -->
8584
<!-- LINKS -->
8685
[Azure subscription]: https://azure.microsoft.com/free/
8786
[Azure storage account]: https://learn.microsoft.com/azure/storage/common/storage-account-overview
@@ -90,8 +89,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
9089
[Azure CLI]: https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
9190
[cargo]: https://dev-doc.rust-lang.org/stable/cargo/commands/cargo.html
9291
[Azure Identity]: https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/identity/azure_identity
93-
<!--[API reference documentation]: https://docs.rs/crate/azure_storage_queue/latest-->
94-
<!--[Package (crates.io)]: https://crates.io/crates/azure_storage_queue-->
92+
[API reference documentation]: https://docs.rs/crate/azure_storage_queue/latest
93+
[Package (crates.io)]: https://crates.io/crates/azure_storage_queue
9594
[Source code]: https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/storage/azure_storage_queue
9695
[REST API documentation]: https://learn.microsoft.com/rest/api/storageservices/blob-service-rest-api
9796
[Product documentation]: https://learn.microsoft.com/azure/storage/blobs/storage-blobs-overview

0 commit comments

Comments
 (0)