From 60e1b07e3cf4fa77fe4473f5d5b31be6ec633e35 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 1 Mar 2022 18:04:02 +0800 Subject: [PATCH] Bump to version 0.1.2 (#82) Signed-off-by: Xuanwo --- CHANGELOG.md | 7 +++++++ Cargo.toml | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5bb3c5bb2..c3e89232971 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.1.2] - 2022-03-01 + +### Changed + +- object: Polish API for Metadata (#80) + ## [v0.1.1] - 2022-03-01 ### Added @@ -80,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.1.2]: https://github.com/datafuselabs/opendal/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/datafuselabs/opendal/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/datafuselabs/opendal/compare/v0.0.5...v0.1.0 [v0.0.5]: https://github.com/datafuselabs/opendal/compare/v0.0.4...v0.0.5 diff --git a/Cargo.toml b/Cargo.toml index 7ab80eabd75..fa8e87e3d98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opendal" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Databend Authors "] license = "Apache-2.0" @@ -21,7 +21,6 @@ bench = false name = "ops" harness = false - [dependencies] async-trait = "0.1" bytes = "1"