-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(release): Implement releasing OpenDAL components seperately (#4196)
* Save work Signed-off-by: Xuanwo <[email protected]> * Fix build Signed-off-by: Xuanwo <[email protected]> * Refactor Signed-off-by: Xuanwo <[email protected]> * Format cargo Signed-off-by: Xuanwo <[email protected]> * Fix typo Signed-off-by: Xuanwo <[email protected]> * Fix python Signed-off-by: Xuanwo <[email protected]> * Fix workspace Signed-off-by: Xuanwo <[email protected]> * Version should inside Signed-off-by: Xuanwo <[email protected]> * Fix build Signed-off-by: Xuanwo <[email protected]> --------- Signed-off-by: Xuanwo <[email protected]>
- Loading branch information
Showing
28 changed files
with
284 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ categories = ["filesystem"] | |
description = "OpenDAL File System" | ||
keywords = ["storage", "data", "s3", "fs", "azblob"] | ||
name = "ofs" | ||
version = "0.0.1" | ||
version = "0.0.1+core.0.45.0" | ||
|
||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -39,7 +39,7 @@ futures-util = "0.3.30" | |
libc = "0.2.151" | ||
log = "0.4.20" | ||
nix = { version = "0.27.1", features = ["user"] } | ||
opendal = {path="../../core"} | ||
opendal = { version = "0.45.0", path = "../../core" } | ||
tokio = { version = "1.34", features = [ | ||
"fs", | ||
"macros", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "opendal-dotnet" | ||
publish = false | ||
version = "0.1.0" | ||
version = "0.1.0+core.0.45.0" | ||
|
||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -32,4 +32,4 @@ crate-type = ["cdylib"] | |
doc = false | ||
|
||
[dependencies] | ||
opendal = { path = "../../core" } | ||
opendal = { version = "0.45.0", path = "../../core" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "opendal-lua" | ||
publish = false | ||
version = "0.1.0" | ||
version = "0.1.0+core.0.45.0" | ||
|
||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -39,4 +39,4 @@ mlua = { version = "0.9", features = [ | |
"module", | ||
"macros", | ||
], default-features = false, optional = true } | ||
opendal = { path = "../../core" } | ||
opendal = { version = "0.45.0", path = "../../core" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "opendal-ocaml" | ||
publish = false | ||
version = "0.0.0" | ||
version = "0.0.0+core.0.44.2" | ||
|
||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "opendal-php" | ||
publish = false | ||
version = "0.1.0" | ||
version = "0.1.0+core.0.45.0" | ||
|
||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -32,4 +32,4 @@ crate-type = ["cdylib"] | |
|
||
[dependencies] | ||
ext-php-rs = "0.11.2" | ||
opendal = { path = "../../core" } | ||
opendal = { version = "0.45.0", path = "../../core" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "opendal-ruby" | ||
publish = false | ||
version = "0.1.0" | ||
version = "0.1.0+core.0.43.0" | ||
|
||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
description = "Use OpenDAL as a backend to access data in various service with WebDAV protocol" | ||
name = "dav-server-opendalfs" | ||
version = "0.0.0" | ||
version = "0.0.0+core.0.45.0" | ||
|
||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -35,7 +35,7 @@ dav-server = { version = "0.5.8" } | |
dirs = "5.0.0" | ||
futures = "0.3" | ||
futures-util = { version = "0.3.16" } | ||
opendal = { path = "../../core"} | ||
opendal = { version = "0.45.0", path = "../../core" } | ||
quick-xml = { version = "0.31", features = ["serialize", "overlapped-lists"] } | ||
serde = { version = "1", features = ["derive"] } | ||
tokio = { version = "1.27", features = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.