Skip to content

Commit 55a12da

Browse files
committed
build: bump version for 0.3.2 release
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
1 parent f410520 commit 55a12da

7 files changed

Lines changed: 22 additions & 22 deletions

File tree

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.

bindings/jsonnet/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "jsonnet"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Лач <iam@lach.pw>"]
55
edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.1" }
11-
jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.1" }
10+
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2" }
11+
jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.2" }
1212

1313
[lib]
1414
crate-type = ["cdylib"]

cmds/jrsonnet/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jrsonnet"
33
description = "Rust jsonnet implementation"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = ["Лач <iam@lach.pw>"]
66
license = "MIT"
77
edition = "2018"
@@ -14,9 +14,9 @@ default = []
1414
mimalloc = []
1515

1616
[dependencies]
17-
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.1" }
18-
jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.1" }
19-
jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.1" }
17+
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2" }
18+
jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.2" }
19+
jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.2" }
2020
# TODO: Fix mimalloc compile errors, and use them
2121
mimallocator = { version = "0.1.3", optional = true }
2222
thiserror = "1.0.22"

crates/jrsonnet-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "jrsonnet-cli"
33
description = "Utilities for building jrsonnet CLIs"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = ["Лач <iam@lach.pw>"]
66
edition = "2018"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.1", features = ["explaining-traces"] }
12-
jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.1" }
11+
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }
12+
jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.2" }
1313

1414
[dependencies.clap]
1515
git = "https://github.com/clap-rs/clap"

crates/jrsonnet-evaluator/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jrsonnet-evaluator"
33
description = "jsonnet interpreter"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = ["Лач <iam@lach.pw>"]
66
license = "MIT"
77
edition = "2018"
@@ -26,8 +26,8 @@ explaining-traces = ["annotate-snippets"]
2626
unstable = []
2727

2828
[dependencies]
29-
jrsonnet-parser = { path = "../jrsonnet-parser", version = "0.3.1" }
30-
jrsonnet-stdlib = { path = "../jrsonnet-stdlib", version = "0.3.1" }
29+
jrsonnet-parser = { path = "../jrsonnet-parser", version = "0.3.2" }
30+
jrsonnet-stdlib = { path = "../jrsonnet-stdlib", version = "0.3.2" }
3131
pathdiff = "0.2.0"
3232

3333
closure = "0.3.0"

crates/jrsonnet-parser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jrsonnet-parser"
33
description = "jsonnet language parser and AST"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = ["Лач <iam@lach.pw>"]
66
license = "MIT"
77
edition = "2018"
@@ -22,4 +22,4 @@ structdump = { version = "0.1.2", optional = true }
2222
structdump-derive = { version = "0.1.2", optional = true }
2323

2424
[dev-dependencies]
25-
jrsonnet-stdlib = { path = "../jrsonnet-stdlib", version = "0.3.1" }
25+
jrsonnet-stdlib = { path = "../jrsonnet-stdlib", version = "0.3.2" }

crates/jrsonnet-stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jrsonnet-stdlib"
33
description = "jsonnet standard library packaged as crate"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = ["Лач <iam@lach.pw>"]
66
license = "MIT"
77
edition = "2018"

0 commit comments

Comments
 (0)