Bump to version 0.0.3 (#27)
Signed-off-by: Xuanwo <github@xuanwo.io>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eacc264..0af9916 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).
+## [v0.0.3] - 2022-02-16
+
+### Added
+
+- benches: Implement benches for ops (#26)
+
+### Changed
+
+- services/s3: Don't load_from_env if users already inputs (#23)
+- readers: Improve seekable performance (#25)
+
## [v0.0.2] - 2022-02-15
### Added
@@ -23,4 +34,5 @@
Hello, OpenDAL!
+[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 621f6a0..36f4f8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "opendal"
-version = "0.0.2"
+version = "0.0.3"
edition = "2021"
authors = ["Databend Authors <opensource@datafuselabs.com>"]
license = "Apache-2.0"