From 9ce0aaa200fbac36ba359bcfe6f81eec5ed71911 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 27 Jun 2022 14:18:04 +0800 Subject: [PATCH] Bump to version 0.9.1 (#400) Signed-off-by: Xuanwo --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20268d57e7b..35f97b9ff65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ 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.9.1] - 2022-06-27 + +### Added + +- feat(object): Add ETag support (#381) +- feat: Convert retryable hyper errors into Interrupted (#396) + +### Changed + +- build: Exclude docs from publish (#383) +- ci: Don't run CI on not needed push (#395) +- refactor: Use list for check instead of stat (#399) + +### Dependencies + +- chore(deps): Update size requirement from 0.1.2 to 0.2.0 (#385) +- Upgrade dev-dependency `size` to 0.4 (#392) + +### Fixed + +- fix: Special chars not handled correctly (#398) + ## [v0.9.0] - 2022-06-14 ### Added @@ -420,6 +442,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.9.1]: https://github.com/datafuselabs/opendal/compare/v0.9.0...v0.9.1 [v0.9.0]: https://github.com/datafuselabs/opendal/compare/v0.8.0...v0.9.0 [v0.8.0]: https://github.com/datafuselabs/opendal/compare/v0.7.3...v0.8.0 [v0.7.3]: https://github.com/datafuselabs/opendal/compare/v0.7.2...v0.7.3 diff --git a/Cargo.toml b/Cargo.toml index bf0d92a1f74..df3defbd49e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["storage", "data", "s3", "fs", "azblob"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.9.0" +version = "0.9.1" [package.metadata.docs.rs] all-features = true