Skip to content

Commit

Permalink
Bump to version 0.19.7 (#897)
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 Oct 31, 2022
1 parent e3c8bcd commit e2f0a30
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.19.7] - 2022-10-31

### Added

- feat: Implement content type support for stat (#891)

### Changed

- refactor(layers/metrics): Holding all metrics handlers to avoid lock (#894)
- refactor(layers/metrics): Only update metrics while dropping readers (#896)

## [v0.19.6] - 2022-10-25

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

Hello, OpenDAL!

[v0.19.6]: https://github.com/datafuselabs/opendal/compare/v0.19.4...v0.19.6
[v0.19.7]: https://github.com/datafuselabs/opendal/compare/v0.19.6...v0.19.7
[v0.19.6]: https://github.com/datafuselabs/opendal/compare/v0.19.5...v0.19.6
[v0.19.5]: https://github.com/datafuselabs/opendal/compare/v0.19.4...v0.19.5
[v0.19.4]: https://github.com/datafuselabs/opendal/compare/v0.19.3...v0.19.4
[v0.19.3]: https://github.com/datafuselabs/opendal/compare/v0.19.2...v0.19.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.19.6"
version = "0.19.7"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion oay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit e2f0a30

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on e2f0a30 Oct 31, 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-1hbuu0geo-databend.vercel.app
https://opendal-git-refstagsv0197.vercel.app

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

Please sign in to comment.