Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 12, 2023
1 parent 20adcb7 commit fffe3f2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions vl-convert-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert-python"
version = "0.11.2"
version = "0.12.0"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ name = "vl_convert"
crate-type = ["cdylib"]

[dependencies]
vl-convert-rs = { path = "../vl-convert-rs", version= "0.11.0" }
vl-convert-rs = { path = "../vl-convert-rs", version= "0.12.0" }
pyo3 = { version = "0.19.0", features = ["extension-module", "anyhow", "abi3-py37"] }
lazy_static = "1.4.0"
futures = "0.3.24"
Expand Down
2 changes: 1 addition & 1 deletion vl-convert-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert-rs"
version = "0.11.2"
version = "0.12.0"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion vl-convert-vendor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert-vendor"
version = "0.11.2"
version = "0.12.0"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions vl-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vl-convert"
version = "0.11.2"
version = "0.12.0"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ keywords = ["Visualization", "Vega", "Vega-Lite"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
vl-convert-rs = {path= "../vl-convert-rs", version= "0.11.0" }
vl-convert-rs = {path= "../vl-convert-rs", version= "0.12.0" }
tokio = {version="1.21", features=["macros", "rt-multi-thread"]}
serde_json = "1.0.85"
clap = {version="4.2.5", features=["derive"]}
Expand All @@ -24,4 +24,4 @@ assert_cmd = "2.0"
predicates = "3.0.2"
rstest = "0.17.0"
tempfile = "3.3.0"
dssim = "3.2.4"
dssim = "3.2.4"

0 comments on commit fffe3f2

Please sign in to comment.