Skip to content

Commit e2dc3f4

Browse files
authored
Bump to version 0.0.2 (#20)
Signed-off-by: Xuanwo <[email protected]>
1 parent bcd7a20 commit e2dc3f4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [v0.0.2] - 2022-02-15
9+
10+
### Added
11+
12+
- tests: Implement behavior tests (#13)
13+
- services/s3: Add support for endpoints without scheme (#15)
14+
- tests: Implement integration tests for s3 (#18)
15+
-
16+
### Fixed
17+
18+
- services/s3: Allow set endpoint and region while input value is valid (#17)
19+
820
## v0.0.1 - 2022-02-14
921

1022
### Added
1123

1224
Hello, OpenDAL!
25+
26+
[v0.0.2]: https://github.com/datafuselabs/opendal/compare/v0.0.1...v0.0.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opendal"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
authors = ["Databend Authors <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)