Skip to content

Commit

Permalink
chore: bump version 0.51.2
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Feb 2, 2025
1 parent a570bcc commit 91c35f6
Show file tree
Hide file tree
Showing 25 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions bin/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 bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.41.15"
version = "0.41.16"

[features]
default = ["frontends-webdav", "frontends-s3"]
Expand Down
2 changes: 1 addition & 1 deletion bin/ofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories = ["filesystem"]
description = "OpenDAL File System"
keywords = ["storage", "data", "s3", "fs", "azblob"]
name = "ofs"
version = "0.0.16"
version = "0.0.17"

authors = ["Apache OpenDAL <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions bin/oli/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 bin/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.41.15"
version = "0.41.16"

[dependencies]
anyhow = { version = "1.0" }
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.apache.opendal</groupId>
<artifactId>opendal</artifactId>
<version>0.47.7</version> <!-- update version number -->
<version>0.47.8</version> <!-- update version number -->

<name>Apache OpenDAL™</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opendal/lib-darwin-arm64",
"repository": "[email protected]/apache/opendal.git",
"version": "0.47.9",
"version": "0.47.10",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-darwin-x64",
"version": "0.47.9",
"version": "0.47.10",
"repository": "[email protected]/apache/opendal.git",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-linux-arm64-gnu",
"version": "0.47.9",
"version": "0.47.10",
"repository": "[email protected]/apache/opendal.git",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-linux-arm64-musl",
"version": "0.47.9",
"version": "0.47.10",
"repository": "[email protected]/apache/opendal.git",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-linux-x64-gnu",
"version": "0.47.9",
"version": "0.47.10",
"repository": "[email protected]/apache/opendal.git",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-win32-arm64-msvc",
"version": "0.47.9",
"version": "0.47.10",
"repository": "[email protected]/apache/opendal.git",
"os": [
"win32"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-win32-x64-msvc",
"version": "0.47.9",
"version": "0.47.10",
"repository": "[email protected]/apache/opendal.git",
"os": [
"win32"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opendal",
"author": "Apache OpenDAL <[email protected]>",
"version": "0.47.9",
"version": "0.47.10",
"license": "Apache-2.0",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.45.14"
version = "0.45.15"

[features]
default = [
Expand Down
2 changes: 1 addition & 1 deletion core/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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.51.1"
version = "0.51.2"

[lints.clippy]
unused_async = "warn"
Expand Down
32 changes: 16 additions & 16 deletions dev/src/release/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,32 +60,32 @@ fn make_package(path: &str, version: &str, dependencies: Vec<Package>) -> Packag

/// List all packages that are ready for release.
pub fn all_packages() -> Vec<Package> {
let core = make_package("core", "0.51.1", vec![]);
let core = make_package("core", "0.51.2", vec![]);

// Integrations
let cloud_filter = make_package("integrations/cloud_filter", "0.0.4", vec![core.clone()]);
let compact = make_package("integrations/compat", "1.0.2", vec![core.clone()]);
let dav_server = make_package("integrations/dav-server", "0.3.0", vec![core.clone()]);
let fuse3 = make_package("integrations/fuse3", "0.0.11", vec![core.clone()]);
let object_store = make_package("integrations/object_store", "0.49.0", vec![core.clone()]);
let parquet = make_package("integrations/parquet", "0.3.0", vec![core.clone()]);
let unftp_sbe = make_package("integrations/unftp-sbe", "0.0.11", vec![core.clone()]);
let cloud_filter = make_package("integrations/cloud_filter", "0.0.5", vec![core.clone()]);
let compact = make_package("integrations/compat", "1.0.3", vec![core.clone()]);
let dav_server = make_package("integrations/dav-server", "0.3.1", vec![core.clone()]);
let fuse3 = make_package("integrations/fuse3", "0.0.12", vec![core.clone()]);
let object_store = make_package("integrations/object_store", "0.49.1", vec![core.clone()]);
let parquet = make_package("integrations/parquet", "0.3.1", vec![core.clone()]);
let unftp_sbe = make_package("integrations/unftp-sbe", "0.0.12", vec![core.clone()]);

// Binaries
let oay = make_package("bin/oay", "0.41.15", vec![core.clone(), dav_server.clone()]);
let oay = make_package("bin/oay", "0.41.16", vec![core.clone(), dav_server.clone()]);
let ofs = make_package(
"bin/ofs",
"0.0.16",
"0.0.17",
vec![core.clone(), fuse3.clone(), cloud_filter.clone()],
);
let oli = make_package("bin/oli", "0.41.15", vec![core.clone()]);
let oli = make_package("bin/oli", "0.41.16", vec![core.clone()]);

// Bindings
let c = make_package("bindings/c", "0.45.3", vec![core.clone()]);
let cpp = make_package("bindings/cpp", "0.45.15", vec![core.clone()]);
let java = make_package("bindings/java", "0.47.7", vec![core.clone()]);
let nodejs = make_package("bindings/nodejs", "0.47.9", vec![core.clone()]);
let python = make_package("bindings/python", "0.45.14", vec![core.clone()]);
let c = make_package("bindings/c", "0.45.4", vec![core.clone()]);
let cpp = make_package("bindings/cpp", "0.45.16", vec![core.clone()]);
let java = make_package("bindings/java", "0.47.8", vec![core.clone()]);
let nodejs = make_package("bindings/nodejs", "0.47.10", vec![core.clone()]);
let python = make_package("bindings/python", "0.45.15", vec![core.clone()]);

vec![
core,
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloud_filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = "Apache-2.0"
name = "cloud_filter_opendal"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.0.4"
version = "0.0.5"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
Expand Down
2 changes: 1 addition & 1 deletion integrations/compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "1.0.2"
version = "1.0.3"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion integrations/dav-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0"
version = "0.3.1"

authors = ["Apache OpenDAL <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion integrations/fuse3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.0.11"
version = "0.0.12"

[dependencies]
bytes = "1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions integrations/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.49.0"
version = "0.49.1"

[features]
send_wrapper = ["dep:send_wrapper"]
Expand Down Expand Up @@ -59,4 +59,4 @@ anyhow = "1.0.86"
libtest-mimic = "0.7.3"
uuid = "1.11.0"
datafusion = "44.0.0"
url = "2.5.2"
url = "2.5.2"
2 changes: 1 addition & 1 deletion integrations/parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.3.0"
version = "0.3.1"

[dependencies]
async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion integrations/unftp-sbe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = "Apache-2.0"
name = "unftp-sbe-opendal"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.0.11"
version = "0.0.12"

[dependencies]
async-trait = "0.1.80"
Expand Down

0 comments on commit 91c35f6

Please sign in to comment.