Skip to content

Commit

Permalink
Bump to version 0.22.5 (#1077)
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 13, 2022
1 parent f0ff2bc commit 89a6602
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.5] - 2022-12-13

### Added

- feat: Add service account support for gcs (#1076)

## [v0.22.4] - 2022-12-13

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

Hello, OpenDAL!

[v0.22.5]: https://github.com/datafuselabs/opendal/compare/v0.22.4...v0.22.5
[v0.22.4]: https://github.com/datafuselabs/opendal/compare/v0.22.3...v0.22.4
[v0.22.3]: https://github.com/datafuselabs/opendal/compare/v0.22.2...v0.22.3
[v0.22.2]: https://github.com/datafuselabs/opendal/compare/v0.22.1...v0.22.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.22.4"
version = "0.22.5"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

Expand Down

1 comment on commit 89a6602

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 89a6602 Dec 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-ga1wmiu4e-databend.vercel.app
https://opendal-git-refstagsv0225.vercel.app

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

Please sign in to comment.