Skip to content

Commit 6806cb4

Browse files
authored
Bump to version 0.2.5 (#173)
Signed-off-by: Xuanwo <[email protected]>
1 parent 15f8aaa commit 6806cb4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.2.5] - 2022-03-22
9+
10+
### Added
11+
12+
- feat: Adopt quick_xml to parse xml (#164)
13+
- test: Add behavior test for not exist object (#166)
14+
- feat: Allow user input region (#168)
15+
16+
## Changed
17+
18+
- feat: Improve error handle for s3 service (#169)
19+
- feat: Read error response for better debugging (#170)
20+
- examples: Improve examples for s3 (#171)
21+
822
## [v0.2.4] - 2022-03-18
923

1024
### Added
@@ -167,6 +181,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
167181

168182
Hello, OpenDAL!
169183

184+
[v0.2.5]: https://github.com/datafuselabs/opendal/compare/v0.2.4...v0.2.5
170185
[v0.2.4]: https://github.com/datafuselabs/opendal/compare/v0.2.3...v0.2.4
171186
[v0.2.3]: https://github.com/datafuselabs/opendal/compare/v0.2.2...v0.2.3
172187
[v0.2.2]: https://github.com/datafuselabs/opendal/compare/v0.2.1...v0.2.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["storage", "data", "s3", "fs"]
77
license = "Apache-2.0"
88
name = "opendal"
99
repository = "https://github.com/datafuselabs/opendal"
10-
version = "0.2.4"
10+
version = "0.2.5"
1111

1212
[workspace]
1313
members = ["opendal_test"]

0 commit comments

Comments
 (0)