Skip to content

Commit

Permalink
Bump to version 0.18.2 (#784)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Oct 1, 2022
1 parent e2bad83 commit 60cac6f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.18.2] - 2022-10-01

### Added

- feat: Enable retry layer by default (#781)

### Changed

- ci: Enable IPFS NoFecth to avoid networking timeout (#780)
- ci: Build all feature in release to prevent build failure under release profile (#783)

### Fixed

- fix: Fix build error under release profile (#782)

## [v0.18.1] - 2022-10-01

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

Hello, OpenDAL!

[v0.18.2]: https://github.com/datafuselabs/opendal/compare/v0.18.1...v0.18.2
[v0.18.1]: https://github.com/datafuselabs/opendal/compare/v0.18.0...v0.18.1
[v0.18.0]: https://github.com/datafuselabs/opendal/compare/v0.17.4...v0.18.0
[v0.17.4]: https://github.com/datafuselabs/opendal/compare/v0.17.3...v0.17.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.18.1"
version = "0.18.2"

[package.metadata.docs.rs]
all-features = true
Expand Down
3 changes: 2 additions & 1 deletion oay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion oli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 60cac6f

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 60cac6f Oct 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-5c59j0i1o-databend.vercel.app
https://opendal-git-refstagsv0182.vercel.app

Built with commit 60cac6f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.