From 08ae925cd0e57c9ba35a572c705cd89c562383f5 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 25 May 2022 23:37:26 +0800 Subject: [PATCH] Bump to version 0.6.3 (#284) Signed-off-by: Xuanwo --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9999cb5fdf0..e5718abc6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.6.3] - 2022-05-25 + +### Added + +- ci: Add all issues into databend-storage project (#277) +- feat(services/s3): Add retry in load_credential (#281) +- feat(services): Allow endpoint has trailing slash (#282) +- feat(services): Attach more context in error messages (#283) + ## [v0.6.2] - 2022-05-12 ### Fixed @@ -319,6 +328,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.6.3]: https://github.com/datafuselabs/opendal/compare/v0.6.2...v0.6.3 [v0.6.2]: https://github.com/datafuselabs/opendal/compare/v0.6.1...v0.6.2 [v0.6.1]: https://github.com/datafuselabs/opendal/compare/v0.6.0...v0.6.1 [v0.6.0]: https://github.com/datafuselabs/opendal/compare/v0.5.2...v0.6.0 diff --git a/Cargo.toml b/Cargo.toml index 8a378e2cbc5..cfa9ed6395a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["storage", "data", "s3", "fs", "azblob"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.6.2" +version = "0.6.3" [package.metadata.docs.rs] all-features = true