Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions sdk/storage/azure_storage_queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.2.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.1.0 (2025-10-15)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure_storage_queue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_storage_queue"
version = "0.1.0"
version = "0.2.0"
description = "Microsoft Azure Queue client library for Rust"
readme = "README.md"
authors.workspace = true
Expand Down
5 changes: 2 additions & 3 deletions sdk/storage/azure_storage_queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ When you submit a pull request, a CLA-bot will automatically determine whether y

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.

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