Skip to content

Commit 9f53d81

Browse files
committed
chore: Release
1 parent 4fb3523 commit 9f53d81

File tree

16 files changed

+70
-70
lines changed

16 files changed

+70
-70
lines changed

Cargo.lock

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

crates/aligner/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-aligner"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -11,4 +11,4 @@ description.workspace = true
1111
edition.workspace = true
1212

1313
[dependencies]
14-
veryl-parser = {version = "0.14.0", path = "../parser"}
14+
veryl-parser = {version = "0.14.1", path = "../parser"}

crates/analyzer/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-analyzer"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -18,8 +18,8 @@ itertools = "0.14.0"
1818
smallvec = {workspace = true}
1919
strnum_bitwidth = {workspace = true}
2020
thiserror = {workspace = true}
21-
veryl-metadata = {version = "0.14.0", path = "../metadata"}
22-
veryl-parser = {version = "0.14.0", path = "../parser"}
21+
veryl-metadata = {version = "0.14.1", path = "../metadata"}
22+
veryl-parser = {version = "0.14.1", path = "../parser"}
2323
daggy = "0.8.1"
2424
bimap = "0.6.3"
2525

crates/emitter/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-emitter"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -15,11 +15,11 @@ edition.workspace = true
1515
[dependencies]
1616
serde = {workspace = true}
1717
strnum_bitwidth = {workspace = true}
18-
veryl-aligner = {version = "0.14.0", path = "../aligner"}
19-
veryl-analyzer = {version = "0.14.0", path = "../analyzer"}
20-
veryl-metadata = {version = "0.14.0", path = "../metadata"}
21-
veryl-parser = {version = "0.14.0", path = "../parser"}
22-
veryl-sourcemap = {version = "0.14.0", path = "../sourcemap"}
18+
veryl-aligner = {version = "0.14.1", path = "../aligner"}
19+
veryl-analyzer = {version = "0.14.1", path = "../analyzer"}
20+
veryl-metadata = {version = "0.14.1", path = "../metadata"}
21+
veryl-parser = {version = "0.14.1", path = "../parser"}
22+
veryl-sourcemap = {version = "0.14.1", path = "../sourcemap"}
2323

2424
[dev-dependencies]
2525
toml = {workspace = true}

crates/formatter/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-formatter"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -13,7 +13,7 @@ edition.workspace = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
veryl-aligner = {version = "0.14.0", path = "../aligner"}
17-
veryl-analyzer = {version = "0.14.0", path = "../analyzer"}
18-
veryl-metadata = {version = "0.14.0", path = "../metadata"}
19-
veryl-parser = {version = "0.14.0", path = "../parser"}
16+
veryl-aligner = {version = "0.14.1", path = "../aligner"}
17+
veryl-analyzer = {version = "0.14.1", path = "../analyzer"}
18+
veryl-metadata = {version = "0.14.1", path = "../metadata"}
19+
veryl-parser = {version = "0.14.1", path = "../parser"}

crates/languageserver/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-ls"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -24,8 +24,8 @@ miette = {workspace = true}
2424
serde_json = {workspace = true}
2525
tokio = {workspace = true}
2626
tower-lsp = "0.20.0"
27-
veryl-analyzer = {version = "0.14.0", path = "../analyzer"}
28-
veryl-formatter = {version = "0.14.0", path = "../formatter"}
29-
veryl-metadata = {version = "0.14.0", path = "../metadata"}
30-
veryl-parser = {version = "0.14.0", path = "../parser"}
31-
veryl-path = {version = "0.14.0", path = "../path"}
27+
veryl-analyzer = {version = "0.14.1", path = "../analyzer"}
28+
veryl-formatter = {version = "0.14.1", path = "../formatter"}
29+
veryl-metadata = {version = "0.14.1", path = "../metadata"}
30+
veryl-parser = {version = "0.14.1", path = "../parser"}
31+
veryl-path = {version = "0.14.1", path = "../path"}

crates/mdbook/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-veryl"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -23,7 +23,7 @@ semver = {workspace = true}
2323
serde_json = {workspace = true}
2424
similar = {workspace = true}
2525
toml = {workspace = true}
26-
veryl-analyzer = {version = "0.14.0", path = "../analyzer"}
27-
veryl-formatter = {version = "0.14.0", path = "../formatter"}
28-
veryl-metadata = {version = "0.14.0", path = "../metadata"}
29-
veryl-parser = {version = "0.14.0", path = "../parser"}
26+
veryl-analyzer = {version = "0.14.1", path = "../analyzer"}
27+
veryl-formatter = {version = "0.14.1", path = "../formatter"}
28+
veryl-metadata = {version = "0.14.1", path = "../metadata"}
29+
veryl-parser = {version = "0.14.1", path = "../parser"}

crates/metadata/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-metadata"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -25,9 +25,9 @@ thiserror = {workspace = true}
2525
toml = {workspace = true}
2626
url = {workspace = true}
2727
uuid = {version = "1.15", default-features = false, features = ["v5", "serde"]}
28-
veryl-parser = {version = "0.14.0", path = "../parser"}
29-
veryl-path = {version = "0.14.0", path = "../path"}
30-
veryl-std = {version = "0.14.0", path = "../std"}
28+
veryl-parser = {version = "0.14.1", path = "../parser"}
29+
veryl-path = {version = "0.14.1", path = "../path"}
30+
veryl-std = {version = "0.14.1", path = "../std"}
3131

3232
[target.'cfg(target_family = "wasm")'.dependencies]
3333
miette = {workspace = true, features = ["fancy-no-syscall"]}

crates/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-parser"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true

crates/path/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-path"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true

crates/simulator/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-simulator"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -12,7 +12,7 @@ edition.workspace = true
1212

1313
[dependencies]
1414
toml = {workspace = true}
15-
veryl-analyzer = {version = "0.14.0", path = "../analyzer"}
16-
veryl-metadata = {version = "0.14.0", path = "../metadata"}
17-
veryl-parser = {version = "0.14.0", path = "../parser"}
18-
veryl-path = {version = "0.14.0", path = "../path"}
15+
veryl-analyzer = {version = "0.14.1", path = "../analyzer"}
16+
veryl-metadata = {version = "0.14.1", path = "../metadata"}
17+
veryl-parser = {version = "0.14.1", path = "../parser"}
18+
veryl-path = {version = "0.14.1", path = "../path"}

crates/sourcemap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-sourcemap"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true

crates/std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl-std"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -14,7 +14,7 @@ edition.workspace = true
1414
miette = {workspace = true}
1515
rust-embed = {version = "8.6", features = ["debug-embed", "compression", "include-exclude"]}
1616
thiserror = {workspace = true}
17-
veryl-path = {version = "0.14.0", path = "../path"}
17+
veryl-path = {version = "0.14.1", path = "../path"}
1818

1919
[build-dependencies]
2020
merkle_hash = "3.7"

crates/tests/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ edition.workspace = true
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
veryl-analyzer = {version = "0.14.0", path = "../analyzer"}
10-
veryl-emitter = {version = "0.14.0", path = "../emitter"}
11-
veryl-formatter = {version = "0.14.0", path = "../formatter"}
12-
veryl-metadata = {version = "0.14.0", path = "../metadata"}
13-
veryl-parser = {version = "0.14.0", path = "../parser"}
14-
veryl-path = {version = "0.14.0", path = "../path"}
15-
veryl = {version = "0.14.0", path = "../veryl"}
9+
veryl-analyzer = {version = "0.14.1", path = "../analyzer"}
10+
veryl-emitter = {version = "0.14.1", path = "../emitter"}
11+
veryl-formatter = {version = "0.14.1", path = "../formatter"}
12+
veryl-metadata = {version = "0.14.1", path = "../metadata"}
13+
veryl-parser = {version = "0.14.1", path = "../parser"}
14+
veryl-path = {version = "0.14.1", path = "../path"}
15+
veryl = {version = "0.14.1", path = "../veryl"}
1616

1717
[dev-dependencies]
1818
criterion = {package = "codspeed-criterion-compat", version = "2.7"}

crates/veryl/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true
@@ -41,10 +41,10 @@ tempfile = {workspace = true}
4141
thiserror = {workspace = true}
4242
tokio = {workspace = true}
4343
tokio-util = "0.7.13"
44-
veryl-analyzer = {version = "0.14.0", path = "../analyzer"}
45-
veryl-emitter = {version = "0.14.0", path = "../emitter"}
46-
veryl-formatter = {version = "0.14.0", path = "../formatter"}
47-
veryl-metadata = {version = "0.14.0", path = "../metadata"}
48-
veryl-parser = {version = "0.14.0", path = "../parser"}
49-
veryl-path = {version = "0.14.0", path = "../path"}
50-
veryl-sourcemap = {version = "0.14.0", path = "../sourcemap"}
44+
veryl-analyzer = {version = "0.14.1", path = "../analyzer"}
45+
veryl-emitter = {version = "0.14.1", path = "../emitter"}
46+
veryl-formatter = {version = "0.14.1", path = "../formatter"}
47+
veryl-metadata = {version = "0.14.1", path = "../metadata"}
48+
veryl-parser = {version = "0.14.1", path = "../parser"}
49+
veryl-path = {version = "0.14.1", path = "../path"}
50+
veryl-sourcemap = {version = "0.14.1", path = "../sourcemap"}

support/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-veryl",
33
"displayName": "Veryl",
44
"description": "Veryl extension for Visual Studio Code",
5-
"version": "0.14.0",
5+
"version": "0.14.1",
66
"publisher": "dalance",
77
"icon": "veryl_icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)