Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 25, 2024
1 parent 19437f0 commit c25f14b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 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 vegafusion-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vegafusion-common"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
description = "Common components required by multiple VegaFusion crates"
license = "BSD-3-Clause"
Expand Down
4 changes: 2 additions & 2 deletions vegafusion-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vegafusion-core"
license = "BSD-3-Clause"
edition = "2021"
version = "2.0.0"
version = "2.0.1"
description = "Core components required by multiple VegaFusion crates, with WASM compatibility"

[features]
Expand Down Expand Up @@ -51,7 +51,7 @@ features = ["preserve_order"]
[dependencies.vegafusion-common]
path = "../vegafusion-common"
features = ["json", "sqlparser"]
version = "2.0.0"
version = "2.0.1"

[dependencies.datafusion-common]
workspace = true
Expand Down
8 changes: 4 additions & 4 deletions vegafusion-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vegafusion"
license = "BSD-3-Clause"
edition = "2021"
version = "2.0.0"
version = "2.0.1"
description = "VegaFusion Python interface"

[lib]
Expand Down Expand Up @@ -47,16 +47,16 @@ workspace = true
[dependencies.vegafusion-common]
path = "../vegafusion-common"
features = ["pyo3", "base64"]
version = "2.0.0"
version = "2.0.1"

[dependencies.vegafusion-core]
path = "../vegafusion-core"
features = ["py", "tonic_support"]
version = "2.0.0"
version = "2.0.1"

[dependencies.vegafusion-runtime]
path = "../vegafusion-runtime"
version = "2.0.0"
version = "2.0.1"

[dependencies.tokio]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion vegafusion-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vegafusion"
version = "2.0.0"
version = "2.0.1"
description = "Core tools for using VegaFusion from Python"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
6 changes: 3 additions & 3 deletions vegafusion-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ harness = false
name = "vegafusion-runtime"
license = "BSD-3-Clause"
edition = "2021"
version = "2.0.0"
version = "2.0.1"
description = "VegaFusion Runtime"

[features]
Expand Down Expand Up @@ -100,12 +100,12 @@ workspace = true
[dependencies.vegafusion-common]
path = "../vegafusion-common"
features = ["json", "sqlparser", "prettyprint", "object_store", "url"]
version = "2.0.0"
version = "2.0.1"

[dependencies.vegafusion-core]
path = "../vegafusion-core"
features = ["sqlparser"]
version = "2.0.0"
version = "2.0.1"

[dependencies.serde]
version = "1.0.137"
Expand Down
8 changes: 4 additions & 4 deletions vegafusion-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ path = "src/main.rs"
[package]
name = "vegafusion-server"
license = "BSD-3-Clause"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
description = "VegaFusion Server"
repository = "https://github.com/vega/vegafusion"
Expand All @@ -31,16 +31,16 @@ workspace = true

[dependencies.vegafusion-common]
path = "../vegafusion-common"
version = "2.0.0"
version = "2.0.1"

[dependencies.vegafusion-core]
path = "../vegafusion-core"
features = ["tonic_support"]
version = "2.0.0"
version = "2.0.1"

[dependencies.vegafusion-runtime]
path = "../vegafusion-runtime"
version = "2.0.0"
version = "2.0.1"

[dependencies.tokio]
workspace = true
Expand Down
8 changes: 4 additions & 4 deletions vegafusion-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vegafusion-wasm"
license = "BSD-3-Clause"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
description = "VegaFusion WASM package for embedding Vega charts in the browser with a connection to a VegaFusion Runtime"

Expand Down Expand Up @@ -33,15 +33,15 @@ workspace = true
[dependencies.vegafusion-common]
path = "../vegafusion-common"
features = ["json"]
version = "2.0.0"
version = "2.0.1"

[dependencies.vegafusion-core]
path = "../vegafusion-core"
version = "2.0.0"
version = "2.0.1"

[dependencies.vegafusion-runtime]
path = "../vegafusion-runtime"
version = "2.0.0"
version = "2.0.1"
default-features = false
features = ["http-wasm"]

Expand Down
2 changes: 1 addition & 1 deletion vegafusion-wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vegafusion-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vegafusion-wasm",
"version": "2.0.0",
"version": "2.0.1",
"author": "Jon Mease <jon@vegafusion.io> (https://jonmmease.dev)",
"license": "BSD-3-Clause",
"description": "Wasm library for interfacing with VegaFusion",
Expand Down

0 comments on commit c25f14b

Please sign in to comment.