Skip to content

Commit

Permalink
Bump to version 0.11.3 (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jul 26, 2022
1 parent 3040294 commit fd3ef54
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.11.3] - 2022-07-26

### Changed

- build: Remove not used features (#472)

### Fixed

- fix: Disable connection pool as workaround for async runtime hang (#474)

### Dependencies

- chore(deps): Bump clap from 3.2.12 to 3.2.15 in /oay (#461)
- chore(deps): Bump clap from 3.2.12 to 3.2.15 in /oli (#460)
- chore(deps): Update metrics requirement from 0.19.0 to 0.20.0 (#462)
- chore(deps): Bump tokio from 1.20.0 to 1.20.1 in /oay (#468)

## [v0.11.2] - 2022-07-19

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

Hello, OpenDAL!

[v0.11.3]: https://github.com/datafuselabs/opendal/compare/v0.11.2...v0.11.3
[v0.11.2]: https://github.com/datafuselabs/opendal/compare/v0.11.1...v0.11.2
[v0.11.1]: https://github.com/datafuselabs/opendal/compare/v0.11.0...v0.11.1
[v0.11.0]: https://github.com/datafuselabs/opendal/compare/v0.10.0...v0.11.0
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", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.11.2"
version = "0.11.3"

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

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

4 changes: 2 additions & 2 deletions oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "oay"
repository = "https://github.com/datafuselabs/opendal"
version = "0.11.2"
version = "0.11.3"

[dependencies]
actix-web = "4.1.0"
Expand All @@ -17,7 +17,7 @@ clap = { version = "3.2.15", features = ["cargo"] }
env_logger = "0.9.0"
futures = "0.3.21"
log = "0.4.17"
opendal = "0.11.2"
opendal = "0.11.3"
tokio = { version = "1.20.1", features = ["rt-multi-thread"] }

# Please comment the following patch while releasing.
Expand Down
4 changes: 2 additions & 2 deletions oli/Cargo.lock

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

4 changes: 2 additions & 2 deletions oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "oli"
repository = "https://github.com/datafuselabs/opendal"
version = "0.11.2"
version = "0.11.3"

[dependencies]
anyhow = "1.0.58"
clap = { version = "3.2.15", features = ["cargo"] }
env_logger = "0.9.0"
log = "0.4.17"
opendal = "0.11.2"
opendal = "0.11.3"

# Please comment the following patch while releasing.
[patch.crates-io]
Expand Down

1 comment on commit fd3ef54

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on fd3ef54 Jul 26, 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-f5sswdplf-databend.vercel.app

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

Please sign in to comment.