Skip to content

Commit 20e67cb

Browse files
committed
release: 0.3.0
1 parent 67edb9c commit 20e67cb

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ exclude = ["nova_lint"]
55

66
[workspace.package]
77
edition = "2024"
8-
version = "0.2.1"
8+
version = "0.3.0"
99
license = "MPL-2.0"
1010
homepage = "https://trynova.dev/"
1111
repository = "https://github.com/trynova/nova/"
1212
readme = "README.md"
13-
keywords = [
14-
"javascript",
15-
"typescript",
16-
"interpreter",
17-
]
13+
keywords = ["javascript", "typescript", "interpreter"]
1814
categories = ["development-tools"]
1915
authors = ["The Nova Team"]
2016

nova_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords.workspace = true
1313
categories = ["development-tools", "command-line-utilities"]
1414

1515
[dependencies]
16-
clap = { workspace = true}
16+
clap = { workspace = true }
1717
cliclack = { workspace = true }
1818
ctrlc = { workspace = true }
1919
console = { workspace = true }
20-
nova_vm = { path = "../nova_vm", version = "0.2.0" }
20+
nova_vm = { path = "../nova_vm", version = "0.3.0" }
2121
oxc_ast = { workspace = true }
2222
oxc-miette = { workspace = true }
2323
oxc_parser = { workspace = true }

0 commit comments

Comments
 (0)