Skip to content

Commit

Permalink
Bump to version 0.24.6 (#1182)
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 Jan 12, 2023
1 parent 530d005 commit 9ad3bb2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.24.6] - 2023-01-12

### Added

- feat: implement tokio::io::{AsyncRead, AsyncSeek} for ObjectReader (#1175)
- feat(services/hdfs): Evaluating the new async implementation (#1176)
- feat(services/ghac): Handling too many requests error (#1181)

### Fixed

- doc: fix name change in README (#1179)


## [v0.24.5] - 2023-01-09

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

Hello, OpenDAL!

[v0.24.6]: https://github.com/datafuselabs/opendal/compare/v0.24.5...v0.24.6
[v0.24.5]: https://github.com/datafuselabs/opendal/compare/v0.24.4...v0.24.5
[v0.24.4]: https://github.com/datafuselabs/opendal/compare/v0.24.3...v0.24.4
[v0.24.3]: https://github.com/datafuselabs/opendal/compare/v0.24.2...v0.24.3
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.24.5"
version = "0.24.6"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

Expand Down

1 comment on commit 9ad3bb2

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 9ad3bb2 Jan 12, 2023

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-g4xg5c4g8-databend.vercel.app
https://opendal-git-refstagsv0246.vercel.app

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

Please sign in to comment.