Skip to content

Commit

Permalink
Bump to version 0.25.1 (#1233)
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 committed Jan 27, 2023
1 parent 6e45ba0 commit 941c525
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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.25.1] - 2023-01-27

### Added

- ci: Setup benchmark workflow (#1200)
- feat: Let's try play with python (#1205)
- feat: Let's try play with Node.js (#1206)
- feat: Allow retry sending read request (#1212)
- ci: Make sure opendal is buildable on windows (#1221)
- ci: Remove not needed audit checks (#1226)

### Changed

- refactor: Remove observe read/write (#1202)
- refactor: Remove not used unwind safe feature (#1218)
- cleanup: Move oli and oay into binaries (#1227)
- cleanup: Move testdata into tests/data (#1228)
- refactor(layers/metrics): Defer initiation of error counters (#1232)

### Fixed

- fix: Retry for read and write should at ObjectReader level (#1211)

## [v0.25.0] - 2023-01-18

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

Hello, OpenDAL!

[v0.25.1]: https://github.com/datafuselabs/opendal/compare/v0.25.0...v0.25.1
[v0.25.0]: https://github.com/datafuselabs/opendal/compare/v0.24.6...v0.25.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.25.0"
version = "0.25.1"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

Expand Down

1 comment on commit 941c525

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 941c525 Jan 27, 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-ctuf05hv9-databend.vercel.app
https://opendal-git-refstagsv0251.vercel.app

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

Please sign in to comment.