Skip to content

Commit 142e6fd

Browse files
committed
Release 2.0.0-rc1
vl-convert@2.0.0-rc1 vl-convert-canvas2d@2.0.0-rc1 vl-convert-canvas2d-deno@2.0.0-rc1 vl-convert-python@2.0.0-rc1 vl-convert-rs@2.0.0-rc1 vl-convert-vendor@2.0.0-rc1 Generated by cargo-workspaces
1 parent feefd97 commit 142e6fd

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vl-convert-canvas2d-deno/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vl-convert-canvas2d-deno"
3-
version = "1.9.0"
3+
version = "2.0.0-rc1"
44
edition = "2021"
55
description = "Deno extension for Canvas 2D API wrapping vl-convert-canvas2d"
66
license = "BSD-3-Clause"
@@ -18,7 +18,7 @@ deno_core = { workspace = true }
1818
deno_error = { workspace = true }
1919

2020
# Canvas 2D implementation
21-
vl-convert-canvas2d = { path = "../vl-convert-canvas2d", version = "1.9.0" }
21+
vl-convert-canvas2d = { path = "../vl-convert-canvas2d", version = "2.0.0-rc1" }
2222

2323
# For gradient color parsing
2424
csscolorparser = "0.7"

vl-convert-canvas2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vl-convert-canvas2d"
3-
version = "1.9.0"
3+
version = "2.0.0-rc1"
44
edition = "2021"
55
description = "Pure Rust Canvas 2D API implementation using tiny-skia and cosmic-text"
66
license = "BSD-3-Clause"

vl-convert-python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vl-convert-python"
3-
version = "1.9.0"
3+
version = "2.0.0-rc1"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
readme = "README.md"
@@ -16,7 +16,7 @@ name = "vl_convert"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
vl-convert-rs = { path = "../vl-convert-rs", version = "1.9.0" }
19+
vl-convert-rs = { path = "../vl-convert-rs", version = "2.0.0-rc1" }
2020
pyo3 = { workspace = true }
2121
lazy_static = { workspace = true }
2222
futures = { workspace = true }

vl-convert-rs/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vl-convert-rs"
3-
version = "1.9.0"
3+
version = "2.0.0-rc1"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
readme = "README.md"
@@ -10,8 +10,8 @@ description = "Library for converting Vega-Lite visualization specifications to
1010
keywords = ["Visualization", "Vega", "Vega-Lite"]
1111

1212
[dependencies]
13-
vl-convert-canvas2d = { path = "../vl-convert-canvas2d", version = "1.9.0" }
14-
vl-convert-canvas2d-deno = { path = "../vl-convert-canvas2d-deno", version = "1.9.0", features = ["svg"] }
13+
vl-convert-canvas2d = { path = "../vl-convert-canvas2d", version = "2.0.0-rc1" }
14+
vl-convert-canvas2d-deno = { path = "../vl-convert-canvas2d-deno", version = "2.0.0-rc1", features = ["svg"] }
1515

1616
deno_runtime = { workspace = true }
1717
deno_core = { workspace = true }
@@ -60,4 +60,4 @@ deno_error = { workspace = true }
6060
# Need "snapshot" feature to access deno_runtime::snapshot::create_runtime_snapshot
6161
deno_runtime = { workspace = true, features = ["snapshot"] }
6262
# Canvas 2D Deno extension - used in snapshot creation
63-
vl-convert-canvas2d-deno = { path = "../vl-convert-canvas2d-deno", version = "1.9.0" }
63+
vl-convert-canvas2d-deno = { path = "../vl-convert-canvas2d-deno", version = "2.0.0-rc1" }

vl-convert-vendor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vl-convert-vendor"
3-
version = "1.9.0"
3+
version = "2.0.0-rc1"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
readme = "README.md"

vl-convert/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vl-convert"
3-
version = "1.9.0"
3+
version = "2.0.0-rc1"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
readme = "README.md"
@@ -10,7 +10,7 @@ description = "CLI application for converting Vega-Lite visualization specificat
1010
keywords = ["Visualization", "Vega", "Vega-Lite"]
1111

1212
[dependencies]
13-
vl-convert-rs = { path = "../vl-convert-rs", version = "1.9.0" }
13+
vl-convert-rs = { path = "../vl-convert-rs", version = "2.0.0-rc1" }
1414
tokio = { workspace = true }
1515
serde_json = { workspace = true }
1616
clap = { workspace = true }

0 commit comments

Comments
 (0)