diff --git a/CHANGELOG.md b/CHANGELOG.md index 356e3518e139..73de2fb927aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.2.2] - 2022-03-14 + +### Fixed + +- services/fs: Refactor via tokio::fs (#142) +- fix: Stat root should return a dir object (#143) + ## [v0.2.1] - 2022-03-10 ### Added @@ -144,6 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.2.2]: https://github.com/datafuselabs/opendal/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/datafuselabs/opendal/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/datafuselabs/opendal/compare/v0.1.4...v0.2.0 [v0.1.4]: https://github.com/datafuselabs/opendal/compare/v0.1.3...v0.1.4 diff --git a/Cargo.toml b/Cargo.toml index e284a960d646..bde55f4c89a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["storage", "data", "s3"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.2.1" +version = "0.2.2" [workspace] members = ["opendal_test"]