Skip to content

Commit d3472c2

Browse files
committed
bump version
1 parent c7e5cf9 commit d3472c2

File tree

23 files changed

+77
-77
lines changed

23 files changed

+77
-77
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2018"
44
license = "MIT"
55
name = "tangram_cli"
66
publish = false
7-
version = "0.6.0"
7+
version = "0.7.0"
88

99
[[bin]]
1010
name = "tangram"

crates/core/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tangram_core"
99
publish = true
1010
repository = "https://github.com/tangramdotdev/tangram"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212

1313
[lib]
1414
path = "lib.rs"
@@ -29,18 +29,18 @@ rand_xoshiro = "0.6"
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
3131
serde_yaml = "0.8"
32-
tangram_features = { version = "=0.6.0", path = "../features" }
33-
tangram_finite = { version = "=0.6.0", path = "../finite" }
34-
tangram_id = { version = "=0.6.0", path = "../id" }
35-
tangram_kill_chip = { version = "=0.6.0", path = "../kill_chip" }
36-
tangram_linear = { version = "=0.6.0", path = "../linear" }
37-
tangram_metrics = { version = "=0.6.0", path = "../metrics" }
38-
tangram_model = { version = "=0.6.0", path = "../model" }
39-
tangram_progress_counter = { version = "=0.6.0", path = "../progress_counter" }
40-
tangram_table = { version = "=0.6.0", path = "../table" }
41-
tangram_text = { version = "=0.6.0", path = "../text" }
42-
tangram_tree = { version = "=0.6.0", path = "../tree" }
43-
tangram_zip = { version = "=0.6.0", path = "../zip" }
32+
tangram_features = { version = "0.7.0", path = "../features" }
33+
tangram_finite = { version = "0.7.0", path = "../finite" }
34+
tangram_id = { version = "0.7.0", path = "../id" }
35+
tangram_kill_chip = { version = "0.7.0", path = "../kill_chip" }
36+
tangram_linear = { version = "0.7.0", path = "../linear" }
37+
tangram_metrics = { version = "0.7.0", path = "../metrics" }
38+
tangram_model = { version = "0.7.0", path = "../model" }
39+
tangram_progress_counter = { version = "0.7.0", path = "../progress_counter" }
40+
tangram_table = { version = "0.7.0", path = "../table" }
41+
tangram_text = { version = "0.7.0", path = "../text" }
42+
tangram_tree = { version = "0.7.0", path = "../tree" }
43+
tangram_zip = { version = "0.7.0", path = "../zip" }
4444

4545
[target.wasm32-unknown-unknown.dependencies]
4646
getrandom = { version = "0.2", features = ["js"] }

crates/features/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tangram_features"
99
publish = true
1010
repository = "https://github.com/tangramdotdev/tangram"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212

1313
[lib]
1414
path = "lib.rs"
@@ -21,7 +21,7 @@ itertools = "0.10"
2121
ndarray = { version = "0.15", features = ["rayon"] }
2222
num = "0.4"
2323
serde = { version = "1", features = ["derive"] }
24-
tangram_metrics = { version = "=0.6.0", path = "../metrics" }
25-
tangram_table = { version = "=0.6.0", path = "../table" }
26-
tangram_text = { version = "=0.6.0", path = "../text" }
27-
tangram_zip = { version = "=0.6.0", path = "../zip" }
24+
tangram_metrics = { version = "0.7.0", path = "../metrics" }
25+
tangram_table = { version = "0.7.0", path = "../table" }
26+
tangram_text = { version = "0.7.0", path = "../text" }
27+
tangram_zip = { version = "0.7.0", path = "../zip" }

crates/finite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tangram_finite"
99
publish = true
1010
repository = "https://github.com/tangramdotdev/tangram"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212

1313
[lib]
1414
path = "lib.rs"

crates/id/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tangram_id"
99
publish = true
1010
repository = "https://github.com/tangramdotdev/tangram"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212

1313
[lib]
1414
path = "lib.rs"

crates/kill_chip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tangram_kill_chip"
99
publish = true
1010
repository = "https://github.com/tangramdotdev/tangram"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212

1313
[lib]
1414
path = "lib.rs"

crates/linear/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tangram_linear"
99
publish = true
1010
repository = "https://github.com/tangramdotdev/tangram"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212

1313
[lib]
1414
path = "lib.rs"
@@ -54,9 +54,9 @@ num = "0.4"
5454
rayon = "1.5"
5555
serde = { version = "1", features = ["derive"] }
5656
serde_json = "1"
57-
tangram_features = { version = "=0.6.0", path = "../features" }
58-
tangram_kill_chip = { version = "=0.6.0", path = "../kill_chip" }
59-
tangram_metrics = { version = "=0.6.0", path = "../metrics" }
60-
tangram_progress_counter = { version = "=0.6.0", path = "../progress_counter" }
61-
tangram_table = { version = "=0.6.0", path = "../table" }
62-
tangram_zip = { version = "=0.6.0", path = "../zip" }
57+
tangram_features = { version = "0.7.0", path = "../features" }
58+
tangram_kill_chip = { version = "0.7.0", path = "../kill_chip" }
59+
tangram_metrics = { version = "0.7.0", path = "../metrics" }
60+
tangram_progress_counter = { version = "0.7.0", path = "../progress_counter" }
61+
tangram_table = { version = "0.7.0", path = "../table" }
62+
tangram_zip = { version = "0.7.0", path = "../zip" }

crates/metrics/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tangram_metrics"
99
publish = true
1010
repository = "https://github.com/tangramdotdev/tangram"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212

1313
[lib]
1414
path = "lib.rs"
@@ -20,4 +20,4 @@ insta = "1"
2020
itertools = "0.10"
2121
ndarray = { version = "0.15", features = ["rayon"] }
2222
num = "0.4"
23-
tangram_zip = { version = "=0.6.0", path = "../zip" }
23+
tangram_zip = { version = "0.7.0", path = "../zip" }

crates/model/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tangram_model"
99
publish = true
1010
repository = "https://github.com/tangramdotdev/tangram"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212

1313
[lib]
1414
path = "lib.rs"
@@ -18,6 +18,6 @@ anyhow = { version = "1", features = ["backtrace"] }
1818
buffalo = "0.1"
1919
fnv = "1"
2020
num = "0.4"
21-
tangram_linear = { version = "=0.6.0", path = "../linear" }
22-
tangram_text = { version = "=0.6.0", path = "../text" }
23-
tangram_tree = { version = "=0.6.0", path = "../tree" }
21+
tangram_linear = { version = "0.7.0", path = "../linear" }
22+
tangram_text = { version = "0.7.0", path = "../text" }
23+
tangram_tree = { version = "0.7.0", path = "../tree" }

0 commit comments

Comments
 (0)