Skip to content

Commit

Permalink
Bump to version 0.30.1 (#1561)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Mar 10, 2023
1 parent a92ea87 commit b329279
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.30.1] - 2023-03-10

### Docs

- docs: Fix Operator::create() has been removed (#1560)

### CI

- ci: Fix python & nodejs not released correctly (#1559)

### Chore

- chore(bindings/nodejs): update license in package.json (#1556)

## [v0.30.0] - 2023-03-10

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

Hello, OpenDAL!

[v0.30.1]: https://github.com/datafuselabs/opendal/compare/v0.30.0...v0.30.1
[v0.30.0]: https://github.com/datafuselabs/opendal/compare/v0.29.1...v0.30.0
[v0.29.1]: https://github.com/datafuselabs/opendal/compare/v0.29.0...v0.29.1
[v0.29.0]: https://github.com/datafuselabs/opendal/compare/v0.28.0...v0.29.0
Expand Down
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"]
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.30.0"
version = "0.30.1"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[package]
edition = "2021"
name = "opendal-nodejs"
version = "0.30.0"
version = "0.30.1"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"
license = "Apache-2.0"
name = "object_store_opendal"
repository = "https://github.com/datafuselabs/opendal"
version = "0.30.0"
version = "0.30.1"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[package]
edition = "2021"
name = "opendal-python"
version = "0.30.0"
version = "0.30.1"

[lib]
crate-type = ["cdylib"]
Expand Down

1 comment on commit b329279

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on b329279 Mar 10, 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-54pftnwe3-databend.vercel.app
https://opendal-git-refstagsv0301.vercel.app

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

Please sign in to comment.