Skip to content

Commit

Permalink
Bump to version 0.11.1 (#452)
Browse files Browse the repository at this point in the history
* Bump to version 0.11.1

Signed-off-by: Xuanwo <github@xuanwo.io>

* Update binaries

Signed-off-by: Xuanwo <github@xuanwo.io>

* Format toml

Signed-off-by: Xuanwo <github@xuanwo.io>

* Update dependabot

Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jul 19, 2022
1 parent edea05f commit f1f10e5
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 14 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ updates:
schedule:
interval: "daily"

# Maintain dependencies for opendal_test
# Maintain dependencies for oay
- package-ecosystem: "cargo"
directory: "/opendal_test"
directory: "/oay"
schedule:
interval: "daily"

# Maintain dependencies for oli
- package-ecosystem: "cargo"
directory: "/oli"
schedule:
interval: "daily"
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.1] - 2022-07-19

### Added

- RFC-0438: Multipart (#438)
- RFC-0443: Gateway (#443)
- feat: Add basic oay support for http (#445)
- feat: BytesRange supports parsing from range and content-range (#449)
- feat(oay): Implement range support (#450)
- feat(services-http): Implement write and delete for testing (#451)

## [v0.11.0] - 2022-07-11

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

Hello, OpenDAL!

[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
[v0.10.0]: https://github.com/datafuselabs/opendal/compare/v0.9.1...v0.10.0
[v0.9.1]: https://github.com/datafuselabs/opendal/compare/v0.9.0...v0.9.1
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.0"
version = "0.11.1"

[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.

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

[dependencies]
actix-web = "4.1.0"
anyhow = "1.0.58"
clap = { version = "3.2.8", features = ["cargo"] }
env_logger = "0.9.0"
futures = "0.3.21"
log = "0.4.17"
opendal = "0.11.0"
opendal = "0.11.1"
tokio = "1.20.0"
futures = "0.3.21"

# Please comment the following patch while releasing.
[patch.crates-io]
Expand Down
6 changes: 2 additions & 4 deletions oli/Cargo.lock

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

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

[dependencies]
anyhow = "1.0.58"
clap = { version = "3.2.8", features = ["cargo"] }
env_logger = "0.9.0"
log = "0.4.17"
opendal = "0.10.0"
opendal = "0.11.1"

# Please comment the following patch while releasing.
[patch.crates-io]
opendal = { path = "../" }

1 comment on commit f1f10e5

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on f1f10e5 Jul 19, 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-aajnier59-databend.vercel.app

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

Please sign in to comment.