Skip to content

Commit

Permalink
Bump to version 0.19.2 (#858)
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 13, 2022
1 parent 0fbb576 commit 25f5875
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.19.2] - 2022-10-13

### Added

- feat(experiment): Allow user to config http connection pool (#843)
- feat: Add concurrent limit layer (#848)
- feat: Allow kv services implemented without list support (#850)
- feat: Implement service for moka (#852)
- docs: Add docs for moka service and concurrent limit layer (#857)

## [v0.19.1] - 2022-10-11

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

Hello, OpenDAL!

[v0.19.2]: https://github.com/datafuselabs/opendal/compare/v0.19.1...v0.19.2
[v0.19.1]: https://github.com/datafuselabs/opendal/compare/v0.19.0...v0.19.1
[v0.19.0]: https://github.com/datafuselabs/opendal/compare/v0.18.2...v0.19.0
[v0.18.2]: https://github.com/datafuselabs/opendal/compare/v0.18.1...v0.18.2
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.19.1"
version = "0.19.2"

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

2 changes: 1 addition & 1 deletion 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.19.1"
version = "0.19.2"

[dependencies]
actix-web = "4"
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.

2 changes: 1 addition & 1 deletion oli/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 = "oli"
repository = "https://github.com/datafuselabs/opendal"
version = "0.19.1"
version = "0.19.2"

[dependencies]
anyhow = "1"
Expand Down

1 comment on commit 25f5875

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 25f5875 Oct 13, 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-g7otiimnt-databend.vercel.app
https://opendal-git-refstagsv0192.vercel.app

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

Please sign in to comment.