Skip to content

Commit

Permalink
Bump to version 0.22.1 (#1045)
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 Dec 5, 2022
1 parent 43a52e0 commit 8191873
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.22.1] - 2022-12-05

### Fixed

- fix(services/s3): Allow disable loading from imds_v2 and assume_role (#1044)

## [v0.22.0] - 2022-12-05

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

Hello, OpenDAL!

[v0.22.1]: https://github.com/datafuselabs/opendal/compare/v0.22.0...v0.22.1
[v0.22.0]: https://github.com/datafuselabs/opendal/compare/v0.21.2...v0.22.0
[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
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.22.0"
version = "0.22.1"

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

1 comment on commit 8191873

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 8191873 Dec 5, 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-1vj0w0utt-databend.vercel.app
https://opendal-git-refstagsv0221.vercel.app

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

Please sign in to comment.