File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
66and 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
1224Hello, OpenDAL!
25+
26+ [ v0.0.2 ] : https://github.com/datafuselabs/opendal/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change 11[package ]
22name = " opendal"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44edition = " 2021"
55authors = [
" Databend Authors <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments