Skip to content

Commit

Permalink
Bump to version 0.6.3 (#284)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored May 25, 2022
1 parent 2656c7a commit 08ae925
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.6.3] - 2022-05-25

### Added

- ci: Add all issues into databend-storage project (#277)
- feat(services/s3): Add retry in load_credential (#281)
- feat(services): Allow endpoint has trailing slash (#282)
- feat(services): Attach more context in error messages (#283)

## [v0.6.2] - 2022-05-12

### Fixed
Expand Down Expand Up @@ -319,6 +328,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

Hello, OpenDAL!

[v0.6.3]: https://github.com/datafuselabs/opendal/compare/v0.6.2...v0.6.3
[v0.6.2]: https://github.com/datafuselabs/opendal/compare/v0.6.1...v0.6.2
[v0.6.1]: https://github.com/datafuselabs/opendal/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/datafuselabs/opendal/compare/v0.5.2...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.6.2"
version = "0.6.3"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 08ae925

Please sign in to comment.