From 4bfa83da29ed2cd5536b537a2d74e0d94d2d4f0f Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 20 Dec 2022 14:31:14 +0800 Subject: [PATCH] Bump to version 0.22.6 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 6256a8473bb..eeeed29b25c 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.22.6] - 2022-12-20 + +### Added + +- feat(io): make BlockingBytesRead Send + Sync (#1083) +- feat(fs): skip seek if offset is 0 (#1082) +- RFC-1085: Object Handler (#1085) +- feat(services/s3,gcs): Allow accepting signer directly (#1087) + ## [v0.22.5] - 2022-12-13 ### Added @@ -1096,6 +1105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.22.6]: https://github.com/datafuselabs/opendal/compare/v0.22.5...v0.22.6 [v0.22.5]: https://github.com/datafuselabs/opendal/compare/v0.22.4...v0.22.5 [v0.22.4]: https://github.com/datafuselabs/opendal/compare/v0.22.3...v0.22.4 [v0.22.3]: https://github.com/datafuselabs/opendal/compare/v0.22.2...v0.22.3 diff --git a/Cargo.toml b/Cargo.toml index 4274882c17d..cd4e273118d 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.22.5" +version = "0.22.6" # MSRV of OpenDAL. Please update this field while bump. rust-version = "1.60"