From 4cbcf669389c5be193e37cde89d9e20b4b6d623f Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sun, 27 Nov 2022 19:35:40 +0800 Subject: [PATCH] Bump to version 0.21.2 (#1013) Signed-off-by: Xuanwo Signed-off-by: Xuanwo --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0111ca06462..4e983b58d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.21.2] - 2022-11-27 + +### Added + +- feat: Add azdfs support (#1009) +- feat: Set MSRV of opendal to 1.60 (#1012) + +### Docs + +- docs: Fix docs for azdfs service (#1010) + ## [v0.21.1] - 2022-11-26 ### Added @@ -1023,6 +1034,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.21.2]: https://github.com/datafuselabs/opendal/compare/v0.21.1...v0.21.2 [v0.21.1]: https://github.com/datafuselabs/opendal/compare/v0.21.0...v0.21.1 [v0.21.0]: https://github.com/datafuselabs/opendal/compare/v0.20.1...v0.21.0 [v0.20.1]: https://github.com/datafuselabs/opendal/compare/v0.20.0...v0.20.1 diff --git a/Cargo.toml b/Cargo.toml index f53b31e6a60..2f851daaf04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.21.1" +version = "0.21.2" [package.metadata.docs.rs] all-features = true