Skip to content

Commit

Permalink
Bump to version 0.9.1 (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jun 27, 2022
1 parent 836b615 commit 9ce0aaa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.9.1] - 2022-06-27

### Added

- feat(object): Add ETag support (#381)
- feat: Convert retryable hyper errors into Interrupted (#396)

### Changed

- build: Exclude docs from publish (#383)
- ci: Don't run CI on not needed push (#395)
- refactor: Use list for check instead of stat (#399)

### Dependencies

- chore(deps): Update size requirement from 0.1.2 to 0.2.0 (#385)
- Upgrade dev-dependency `size` to 0.4 (#392)

### Fixed

- fix: Special chars not handled correctly (#398)

## [v0.9.0] - 2022-06-14

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

Hello, OpenDAL!

[v0.9.1]: https://github.com/datafuselabs/opendal/compare/v0.9.0...v0.9.1
[v0.9.0]: https://github.com/datafuselabs/opendal/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/datafuselabs/opendal/compare/v0.7.3...v0.8.0
[v0.7.3]: https://github.com/datafuselabs/opendal/compare/v0.7.2...v0.7.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", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.9.0"
version = "0.9.1"

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

1 comment on commit 9ce0aaa

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 9ce0aaa Jun 27, 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-plqbvfcxr-databend.vercel.app

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

Please sign in to comment.