This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch bump-version in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit ff5632aaceae9c9a08872a8f930a9f1dd49158c8 Author: Xuanwo <[email protected]> AuthorDate: Mon Sep 18 11:27:42 2023 +0800 Bump version Signed-off-by: Xuanwo <[email protected]> --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 10 +++++----- bindings/cpp/Cargo.toml | 2 +- bindings/dotnet/Cargo.toml | 3 ++- bindings/haskell/Cargo.toml | 2 +- bindings/java/pom.xml | 2 +- bindings/nodejs/npm/darwin-arm64/package.json | 2 +- bindings/nodejs/npm/darwin-x64/package.json | 2 +- bindings/nodejs/npm/linux-x64-gnu/package.json | 2 +- bindings/nodejs/npm/win32-x64-msvc/package.json | 2 +- bindings/nodejs/package.json | 2 +- 11 files changed, 26 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 667b79841..24bc8a76f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3359,7 +3359,7 @@ dependencies = [ [[package]] name = "oay" -version = "0.39.0" +version = "0.40.0" dependencies = [ "anyhow", "axum", @@ -3415,7 +3415,7 @@ dependencies = [ [[package]] name = "object_store_opendal" -version = "0.39.0" +version = "0.40.0" dependencies = [ "async-trait", "bytes", @@ -3499,7 +3499,7 @@ dependencies = [ [[package]] name = "oli" -version = "0.39.0" +version = "0.40.0" dependencies = [ "anyhow", "assert_cmd", @@ -3531,7 +3531,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "opendal" -version = "0.39.0" +version = "0.40.0" dependencies = [ "anyhow", "async-backtrace", @@ -3606,7 +3606,7 @@ dependencies = [ [[package]] name = "opendal-c" -version = "0.39.0" +version = "0.40.0" dependencies = [ "bytes", "cbindgen", @@ -3615,7 +3615,7 @@ dependencies = [ [[package]] name = "opendal-cpp" -version = "0.1.0" +version = "0.40.0" dependencies = [ "anyhow", "chrono", @@ -3649,7 +3649,7 @@ dependencies = [ [[package]] name = "opendal-hs" -version = "0.1.0" +version = "0.40.0" dependencies = [ "chrono", "log", @@ -3658,7 +3658,7 @@ dependencies = [ [[package]] name = "opendal-java" -version = "0.39.0" +version = "0.40.0" dependencies = [ "anyhow", "jni", @@ -3678,7 +3678,7 @@ dependencies = [ [[package]] name = "opendal-nodejs" -version = "0.39.0" +version = "0.40.0" dependencies = [ "futures", "napi", @@ -3689,7 +3689,7 @@ dependencies = [ [[package]] name = "opendal-ocaml" -version = "0.39.0" +version = "0.40.0" dependencies = [ "ocaml", "ocaml-build", @@ -3706,7 +3706,7 @@ dependencies = [ [[package]] name = "opendal-python" -version = "0.39.0" +version = "0.40.0" dependencies = [ "futures", "opendal", diff --git a/Cargo.toml b/Cargo.toml index 5bc5b746e..b761b8b48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,6 @@ # specific language governing permissions and limitations # under the License. -[profile.bench] -debug = true - [workspace] default-members = ["core"] exclude = ["examples"] @@ -51,7 +48,10 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/incubator-opendal" rust-version = "1.65" -version = "0.39.0" +version = "0.40.0" [workspace.dependencies] -opendal = { version = "0.39", path = "core" } +opendal = { version = "0.40", path = "core" } + +[profile.bench] +debug = true diff --git a/bindings/cpp/Cargo.toml b/bindings/cpp/Cargo.toml index 21f890f0c..058de3a20 100644 --- a/bindings/cpp/Cargo.toml +++ b/bindings/cpp/Cargo.toml @@ -18,13 +18,13 @@ [package] name = "opendal-cpp" publish = false -version = "0.1.0" authors.workspace = true edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true +version.workspace = true rust-version.workspace = true [lib] diff --git a/bindings/dotnet/Cargo.toml b/bindings/dotnet/Cargo.toml index c76fd5f4c..11a6a3c5a 100644 --- a/bindings/dotnet/Cargo.toml +++ b/bindings/dotnet/Cargo.toml @@ -18,6 +18,7 @@ [package] name = "opendal-dotnet" publish = false +version = "0.1.0" authors.workspace = true edition.workspace = true @@ -25,7 +26,7 @@ homepage.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true -version = "0.1.0" + [lib] crate-type = ["cdylib"] diff --git a/bindings/haskell/Cargo.toml b/bindings/haskell/Cargo.toml index be80e2d23..637ee3d8e 100644 --- a/bindings/haskell/Cargo.toml +++ b/bindings/haskell/Cargo.toml @@ -18,13 +18,13 @@ [package] name = "opendal-hs" publish = false -version = "0.1.0" authors.workspace = true edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true +version.workspace = true rust-version.workspace = true [lib] diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index fd785c931..6c25d9eab 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -32,7 +32,7 @@ <groupId>org.apache.opendal</groupId> <artifactId>opendal-java</artifactId> - <version>0.39.0</version> + <version>0.40.0</version> <url>https://opendal.apache.org</url> <mailingLists> diff --git a/bindings/nodejs/npm/darwin-arm64/package.json b/bindings/nodejs/npm/darwin-arm64/package.json index a33c4b4e6..bf5216788 100644 --- a/bindings/nodejs/npm/darwin-arm64/package.json +++ b/bindings/nodejs/npm/darwin-arm64/package.json @@ -1,7 +1,7 @@ { "name": "@opendal/lib-darwin-arm64", "repository": "[email protected]/apache/incubator-opendal.git", - "version": "0.39.0", + "version": "0.40.0", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/darwin-x64/package.json b/bindings/nodejs/npm/darwin-x64/package.json index eb4d931db..425dc7ad0 100644 --- a/bindings/nodejs/npm/darwin-x64/package.json +++ b/bindings/nodejs/npm/darwin-x64/package.json @@ -1,7 +1,7 @@ { "name": "@opendal/lib-darwin-x64", "repository": "[email protected]/apache/incubator-opendal.git", - "version": "0.39.0", + "version": "0.40.0", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/linux-x64-gnu/package.json b/bindings/nodejs/npm/linux-x64-gnu/package.json index 8dfd59b36..d5441a9bc 100644 --- a/bindings/nodejs/npm/linux-x64-gnu/package.json +++ b/bindings/nodejs/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@opendal/lib-linux-x64-gnu", - "version": "0.39.0", + "version": "0.40.0", "repository": "[email protected]/apache/incubator-opendal.git", "os": [ "linux" diff --git a/bindings/nodejs/npm/win32-x64-msvc/package.json b/bindings/nodejs/npm/win32-x64-msvc/package.json index f6b41dfd2..6e67f29d9 100644 --- a/bindings/nodejs/npm/win32-x64-msvc/package.json +++ b/bindings/nodejs/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@opendal/lib-win32-x64-msvc", - "version": "0.39.0", + "version": "0.40.0", "repository": "[email protected]/apache/incubator-opendal.git", "os": [ "win32" diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 2277ebdea..4fb325491 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,7 +1,7 @@ { "name": "opendal", "author": "OpenDAL Contributors <[email protected]>", - "version": "0.39.0", + "version": "0.40.0", "license": "Apache-2.0", "main": "index.js", "types": "index.d.ts",
