You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/25 17:03:14 UTC

[incubator-opendal] 01/02: Bump version

This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch bump-0.30.4
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit a53c0d00fb431f10ed164351b134ed530de25b2a
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Sun Mar 26 00:57:39 2023 +0800

    Bump version
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 Cargo.lock                                      | 10 +++++-----
 bin/oli/Cargo.toml                              |  2 +-
 bindings/nodejs/Cargo.toml                      |  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 +-
 bindings/object_store/Cargo.toml                |  2 +-
 bindings/python/Cargo.toml                      |  2 +-
 core/Cargo.toml                                 |  2 +-
 10 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index cd7d5e49..255bb5d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2147,7 +2147,7 @@ dependencies = [
 
 [[package]]
 name = "object_store_opendal"
-version = "0.30.3"
+version = "0.30.4"
 dependencies = [
  "async-trait",
  "bytes",
@@ -2160,7 +2160,7 @@ dependencies = [
 
 [[package]]
 name = "oli"
-version = "0.30.3"
+version = "0.30.4"
 dependencies = [
  "anyhow",
  "assert_cmd",
@@ -2191,7 +2191,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
 
 [[package]]
 name = "opendal"
-version = "0.30.3"
+version = "0.30.4"
 dependencies = [
  "anyhow",
  "async-compat",
@@ -2265,7 +2265,7 @@ dependencies = [
 
 [[package]]
 name = "opendal-nodejs"
-version = "0.30.3"
+version = "0.30.4"
 dependencies = [
  "futures",
  "napi",
@@ -2277,7 +2277,7 @@ dependencies = [
 
 [[package]]
 name = "opendal-python"
-version = "0.30.3"
+version = "0.30.4"
 dependencies = [
  "chrono",
  "futures",
diff --git a/bin/oli/Cargo.toml b/bin/oli/Cargo.toml
index 012d05e1..c83321b8 100644
--- a/bin/oli/Cargo.toml
+++ b/bin/oli/Cargo.toml
@@ -25,7 +25,7 @@ keywords = ["storage", "data", "s3", "fs", "azblob"]
 license = "Apache-2.0"
 name = "oli"
 repository = "https://github.com/apache/incubator-opendal"
-version = "0.30.3"
+version = "0.30.4"
 
 [features]
 # Enable services dashmap support
diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml
index e127f185..7d04dc89 100644
--- a/bindings/nodejs/Cargo.toml
+++ b/bindings/nodejs/Cargo.toml
@@ -23,7 +23,7 @@ license = "Apache-2.0"
 name = "opendal-nodejs"
 publish = false
 repository = "https://github.com/apache/incubator-opendal"
-version = "0.30.3"
+version = "0.30.4"
 
 [lib]
 crate-type = ["cdylib"]
diff --git a/bindings/nodejs/npm/darwin-x64/package.json b/bindings/nodejs/npm/darwin-x64/package.json
index ef53f1a7..b640e4de 100644
--- a/bindings/nodejs/npm/darwin-x64/package.json
+++ b/bindings/nodejs/npm/darwin-x64/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-darwin-x64",
-  "version": "0.30.3",
+  "version": "0.30.4",
   "os": [
     "darwin"
   ],
diff --git a/bindings/nodejs/npm/linux-x64-gnu/package.json b/bindings/nodejs/npm/linux-x64-gnu/package.json
index 0b9917ca..92ddf62a 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.30.3",
+  "version": "0.30.4",
   "os": [
     "linux"
   ],
diff --git a/bindings/nodejs/npm/win32-x64-msvc/package.json b/bindings/nodejs/npm/win32-x64-msvc/package.json
index d1403b91..6c6916ea 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.30.3",
+  "version": "0.30.4",
   "os": [
     "win32"
   ],
diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json
index 2a551fa9..b416c3d2 100644
--- a/bindings/nodejs/package.json
+++ b/bindings/nodejs/package.json
@@ -1,7 +1,7 @@
 {
   "name": "opendal",
   "author": "OpenDAL Contributors <de...@opendal.apache.org>",
-  "version": "0.30.3",
+  "version": "0.30.4",
   "license": "Apache-2.0",
   "main": "index.js",
   "types": "index.d.ts",
diff --git a/bindings/object_store/Cargo.toml b/bindings/object_store/Cargo.toml
index 94a74222..391549eb 100644
--- a/bindings/object_store/Cargo.toml
+++ b/bindings/object_store/Cargo.toml
@@ -24,7 +24,7 @@ license = "Apache-2.0"
 name = "object_store_opendal"
 repository = "https://github.com/apache/incubator-opendal"
 rust-version = "1.60"                                       # MSRV for this project - please update while bump versions
-version = "0.30.3"
+version = "0.30.4"
 
 [dependencies]
 async-trait = "0.1"
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index f367d602..1ea3e404 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -23,7 +23,7 @@ license = "Apache-2.0"
 name = "opendal-python"
 publish = false
 repository = "https://github.com/apache/incubator-opendal"
-version = "0.30.3"
+version = "0.30.4"
 
 [lib]
 crate-type = ["cdylib"]
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 70ee6d61..8270dd9f 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -27,7 +27,7 @@ license = "Apache-2.0"
 name = "opendal"
 repository = "https://github.com/apache/incubator-opendal"
 rust-version = "1.60"                                                     # MSRV for this project - please update while bump versions
-version = "0.30.3"
+version = "0.30.4"
 
 [package.metadata.docs.rs]
 all-features = true