From d7a4bf6a62b2e1cd05b349969ad090b4763286a9 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 22 Dec 2022 18:18:50 +0800 Subject: [PATCH] Bump to version 0.23 (#1095) Signed-off-by: Xuanwo 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 eeeed29b25cd..996256c5a9e6 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.23.0] - 2022-12-22 + +### Added + +- feat: Implement object handler so that we can do seek on file (#1091) +- feat: Implement blocking for hdfs (#1092) +- feat(services/hdfs): Implement open and blocking open (#1093) +- docs: Add mozilla/sccache into projects (#1094) + ## [v0.22.6] - 2022-12-20 ### Added @@ -1105,6 +1114,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.23.0]: https://github.com/datafuselabs/opendal/compare/v0.22.6...v0.23.0 [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 diff --git a/Cargo.toml b/Cargo.toml index aad7ff7187df..723ce5bbf7cf 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.6" +version = "0.23.0" # MSRV of OpenDAL. Please update this field while bump. rust-version = "1.60"