From e8ac38c495f39afe3bd0e56a9d9baea26bc7465f Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sat, 2 Apr 2022 22:28:36 +0800 Subject: [PATCH] Bump to version 0.4.1 (#213) Signed-off-by: Xuanwo --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f69e0d258a..aa784e6a0422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.4.1] - 2022-04-02 + +### Added + +- feat: Export SeekableReader (#212) + ## [v0.4.0] - 2022-04-02 **Refer to [Upgrade](./docs/upgrade.md) `From v0.3 to v0.4` section for more upgrade details.** @@ -226,6 +232,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.4.1]: https://github.com/datafuselabs/opendal/compare/v0.4.0...v0.4.1 [v0.4.0]: https://github.com/datafuselabs/opendal/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/datafuselabs/opendal/compare/v0.2.5...v0.3.0 [v0.2.5]: https://github.com/datafuselabs/opendal/compare/v0.2.4...v0.2.5 diff --git a/Cargo.toml b/Cargo.toml index 185765e5bb1c..af8d2babb858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["storage", "data", "s3", "fs"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.4.0" +version = "0.4.1" [workspace] members = ["opendal_test"]