diff --git a/CHANGELOG.md b/CHANGELOG.md index ed44affdaaf7..2f73b8f44507 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.0.5] - 2022-02-23 + +### Fixed + +- io: Remove not used debug print (#48) + ## [v0.0.4] - 2022-02-23 ### Added @@ -48,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.0.5]: https://github.com/datafuselabs/opendal/compare/v0.0.4...v0.0.5 [v0.0.4]: https://github.com/datafuselabs/opendal/compare/v0.0.3...v0.0.4 [v0.0.3]: https://github.com/datafuselabs/opendal/compare/v0.0.2...v0.0.3 [v0.0.2]: https://github.com/datafuselabs/opendal/compare/v0.0.1...v0.0.2 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 19a0a1dcf138..8b4be6b3ce9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opendal" -version = "0.0.4" +version = "0.0.5" edition = "2021" authors = ["Databend Authors "] license = "Apache-2.0"