From e2dc3f4fa0307b2de837cd2b8f136c4dd5519e10 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 15 Feb 2022 18:28:53 +0800 Subject: [PATCH] Bump to version 0.0.2 (#20) Signed-off-by: Xuanwo --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 304944acbea8..eacc2643274a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,22 @@ 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.2] - 2022-02-15 + +### Added + +- tests: Implement behavior tests (#13) +- services/s3: Add support for endpoints without scheme (#15) +- tests: Implement integration tests for s3 (#18) +- +### Fixed + +- services/s3: Allow set endpoint and region while input value is valid (#17) + ## v0.0.1 - 2022-02-14 ### Added Hello, OpenDAL! + +[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 b69f0c370296..d1251c7691a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opendal" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["Databend Authors "] license = "Apache-2.0"