Skip to content

Commit

Permalink
Bump to version 0.21.2 (#1013)
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 Nov 27, 2022
1 parent 4c6d768 commit 4cbcf66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.21.2] - 2022-11-27

### Added

- feat: Add azdfs support (#1009)
- feat: Set MSRV of opendal to 1.60 (#1012)

### Docs

- docs: Fix docs for azdfs service (#1010)

## [v0.21.1] - 2022-11-26

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

Hello, OpenDAL!

[v0.21.2]: https://github.com/datafuselabs/opendal/compare/v0.21.1...v0.21.2
[v0.21.1]: https://github.com/datafuselabs/opendal/compare/v0.21.0...v0.21.1
[v0.21.0]: https://github.com/datafuselabs/opendal/compare/v0.20.1...v0.21.0
[v0.20.1]: https://github.com/datafuselabs/opendal/compare/v0.20.0...v0.20.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", "fs", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.21.1"
version = "0.21.2"

[package.metadata.docs.rs]
all-features = true
Expand Down

1 comment on commit 4cbcf66

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 4cbcf66 Nov 27, 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-9i8nzk0rr-databend.vercel.app
https://opendal-git-refstagsv0212.vercel.app

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

Please sign in to comment.