Skip to content

Commit

Permalink
Bump to version 0.13.1 (#551)
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 Aug 22, 2022
1 parent e76c5c1 commit 7dad75e
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.13.1] - 2022-08-22

### Added

- feat: Add walk for BatchOperator (#543)
- feat: Mark Scheme non_exhaustive and extendable (#544)
- feat: Try to limit the max_connections for http client (#545)
- feat: Implement huaweicloud obs service read support (#540)

### Docs

- docs: Fix gcs is missing from index (#546)

## [v0.13.0] - 2022-08-17

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

Hello, OpenDAL!

[v0.13.1]: https://github.com/datafuselabs/opendal/compare/v0.13.0...v0.13.1
[v0.13.0]: https://github.com/datafuselabs/opendal/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/datafuselabs/opendal/compare/v0.11.4...v0.12.0
[v0.11.4]: https://github.com/datafuselabs/opendal/compare/v0.11.3...v0.11.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", "data", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.13.0"
version = "0.13.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
9 changes: 5 additions & 4 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.13.0"
version = "0.13.1"

[dependencies]
actix-web = "4.1"
Expand All @@ -17,7 +17,7 @@ clap = { version = "3.2", features = ["cargo"] }
env_logger = "0.9"
futures = "0.3"
log = "0.4"
opendal = "0.13.0"
opendal = "0.13.1"
tokio = { version = "1.20", features = ["rt-multi-thread", "macros"] }

# Please comment the following patch while releasing.
Expand Down
20 changes: 16 additions & 4 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.13.0"
version = "0.13.1"

[dependencies]
anyhow = "1.0"
clap = { version = "3.2", features = ["cargo"] }
env_logger = "0.9"
log = "0.4"
opendal = "0.13.0"
opendal = "0.13.1"

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

1 comment on commit 7dad75e

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 7dad75e Aug 22, 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-qrkppzu0q-databend.vercel.app

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

Please sign in to comment.