Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jan 4, 2023
1 parent bd7a094 commit 4d537e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.6.0"
version = "0.7.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.6.0" }
vl-convert-rs = { path = "../vl-convert-rs", version= "0.7.0" }
pyo3 = { version = "0.17.1", features = ["extension-module", "anyhow"] }
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.6.0"
version = "0.7.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.6.0"
version = "0.7.0"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 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.6.0"
version = "0.7.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.6.0" }
vl-convert-rs = {path= "../vl-convert-rs", version= "0.7.0" }
tokio = {version="1.21", features=["macros", "rt-multi-thread"]}
serde_json = "1.0.85"
clap = {version="4.0.6", features=["derive"]}
Expand Down

0 comments on commit 4d537e0

Please sign in to comment.