Skip to content

Commit b27e4bf

Browse files
authored
azure_storage_datalake 0.1.1 (#655)
1 parent 3559935 commit b27e4bf

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

sdk/storage_datalake/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 0.1.1 (February 09, 2022)
2+
3+
- This release fixes a path rename bug in [#610] with the change [#653].
4+
5+
[#610]: https://github.com/Azure/azure-sdk-for-rust/pull/610
6+
[#653]: https://github.com/Azure/azure-sdk-for-rust/pull/653
7+
8+
# 0.1.0 (January 25, 2022)
9+
10+
- Initial crate released.

sdk/storage_datalake/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_datalake"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Rust wrappers around Microsoft Azure Data Lake Storage Gen2 REST APIs"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]

sdk/storage_datalake/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
# Azure SDK for Rust - Azure Data Lake Storage
22

3-
Azure Data Lake Storage crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust).
4-
5-
## Usage
6-
7-
To set this crate as a dependency, add this to your Cargo.toml
8-
9-
```toml
10-
[dependencies]
11-
azure_storage_datalake = { version = "0.1.0", git = "https://github.com/Azure/azure-sdk-for-rust" }
12-
```
3+
Azure Data Lake Storage crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust).

0 commit comments

Comments
 (0)