Skip to content

Commit

Permalink
Bump to version 0.23 (#1095)
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 22, 2022
1 parent 4d255d4 commit d7a4bf6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.23.0] - 2022-12-22

### Added

- feat: Implement object handler so that we can do seek on file (#1091)
- feat: Implement blocking for hdfs (#1092)
- feat(services/hdfs): Implement open and blocking open (#1093)
- docs: Add mozilla/sccache into projects (#1094)

## [v0.22.6] - 2022-12-20

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

Hello, OpenDAL!

[v0.23.0]: https://github.com/datafuselabs/opendal/compare/v0.22.6...v0.23.0
[v0.22.6]: https://github.com/datafuselabs/opendal/compare/v0.22.5...v0.22.6
[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
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.6"
version = "0.23.0"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

Expand Down

1 comment on commit d7a4bf6

@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-9oi7ujvj3-databend.vercel.app
https://opendal-git-refstagsv0230.vercel.app

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

Please sign in to comment.