Skip to content

Commit

Permalink
Bump to version 0.7.3 (#331)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jun 3, 2022
1 parent a919dc9 commit 153bad4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.7.3] - 2022-06-03

### Fixed

- fix(services/s3,hdfs): List empty dir should not return itself (#327)
- fix(services/hdfs): Root path not cleaned correctly (#330)

## [v0.7.2] - 2022-06-01

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

Hello, OpenDAL!

[v0.7.3]: https://github.com/datafuselabs/opendal/compare/v0.7.2...v0.7.3
[v0.7.2]: https://github.com/datafuselabs/opendal/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/datafuselabs/opendal/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/datafuselabs/opendal/compare/v0.6.3...v0.7.0
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.7.2"
version = "0.7.3"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -35,8 +35,8 @@ anyhow = "1.0.56"
async-compat = "0.2.1"
# Temp workaround, should come back to tagged version after https://github.com/Nemo157/async-compression/issues/150 resolved.
async-compression = { package = "async-compression-issue-150-workaround", version = "0.3.15-issue-150", features = [
"futures-io",
"all-algorithms",
"futures-io",
"all-algorithms",
], optional = true }
async-trait = "0.1.53"
backon = { version = "0.0.2", optional = true }
Expand Down Expand Up @@ -67,9 +67,9 @@ uuid = { version = "1.0.0", optional = true, features = ["serde", "v4"] }
anyhow = "1.0.56"
cfg-if = "1.0.0"
criterion = { version = "0.3.5", features = [
"async",
"async_tokio",
"html_reports",
"async",
"async_tokio",
"html_reports",
] }
dotenv = "0.15.0"
env_logger = "0.9.0"
Expand Down

1 comment on commit 153bad4

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 153bad4 Jun 3, 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-8635idbti-databend.vercel.app

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

Please sign in to comment.