Skip to content

Commit

Permalink
Bump to version 0.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 26, 2022
1 parent d726e5c commit c46fdb7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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.21.1] - 2022-11-26

### Added

- feat: Export ObjectLister as public type (#1006)

### Changed

- deps: Remove not used thiserror and num-trait (#1005)

## [v0.21.0] - 2022-11-25

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

Hello, OpenDAL!

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

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

1 comment on commit c46fdb7

@github-actions
Copy link
Contributor

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-4rqmq4ddn-databend.vercel.app
https://opendal-git-release-v0211.vercel.app

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

Please sign in to comment.