Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jan 4, 2025
1 parent a6bfcce commit d8106ba
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 63 deletions.
24 changes: 12 additions & 12 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 crates/aligner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-aligner"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -11,4 +11,4 @@ description.workspace = true
edition = "2021"

[dependencies]
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-parser = {version = "0.13.4", path = "../parser"}
6 changes: 3 additions & 3 deletions crates/analyzer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-analyzer"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -16,8 +16,8 @@ edition = "2021"
itertools = "0.14.0"
strnum_bitwidth = {workspace = true}
thiserror = {workspace = true}
veryl-metadata = {version = "0.13.3", path = "../metadata"}
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-metadata = {version = "0.13.4", path = "../metadata"}
veryl-parser = {version = "0.13.4", path = "../parser"}
daggy = "0.8.0"
bimap = "0.6.3"

Expand Down
12 changes: 6 additions & 6 deletions crates/emitter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-emitter"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -15,11 +15,11 @@ edition = "2021"
[dependencies]
serde = {workspace = true}
strnum_bitwidth = {workspace = true}
veryl-aligner = {version = "0.13.3", path = "../aligner"}
veryl-analyzer = {version = "0.13.3", path = "../analyzer"}
veryl-metadata = {version = "0.13.3", path = "../metadata"}
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-sourcemap = {version = "0.13.3", path = "../sourcemap"}
veryl-aligner = {version = "0.13.4", path = "../aligner"}
veryl-analyzer = {version = "0.13.4", path = "../analyzer"}
veryl-metadata = {version = "0.13.4", path = "../metadata"}
veryl-parser = {version = "0.13.4", path = "../parser"}
veryl-sourcemap = {version = "0.13.4", path = "../sourcemap"}

[dev-dependencies]
toml = {workspace = true}
8 changes: 4 additions & 4 deletions crates/formatter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-formatter"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -13,6 +13,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
veryl-aligner = {version = "0.13.3", path = "../aligner"}
veryl-metadata = {version = "0.13.3", path = "../metadata"}
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-aligner = {version = "0.13.4", path = "../aligner"}
veryl-metadata = {version = "0.13.4", path = "../metadata"}
veryl-parser = {version = "0.13.4", path = "../parser"}
12 changes: 6 additions & 6 deletions crates/languageserver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-ls"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -24,8 +24,8 @@ miette = {workspace = true}
serde_json = {workspace = true}
tokio = {workspace = true}
tower-lsp = "0.20.0"
veryl-analyzer = {version = "0.13.3", path = "../analyzer"}
veryl-formatter = {version = "0.13.3", path = "../formatter"}
veryl-metadata = {version = "0.13.3", path = "../metadata"}
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-path = {version = "0.13.3", path = "../path"}
veryl-analyzer = {version = "0.13.4", path = "../analyzer"}
veryl-formatter = {version = "0.13.4", path = "../formatter"}
veryl-metadata = {version = "0.13.4", path = "../metadata"}
veryl-parser = {version = "0.13.4", path = "../parser"}
veryl-path = {version = "0.13.4", path = "../path"}
10 changes: 5 additions & 5 deletions crates/mdbook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-veryl"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -23,7 +23,7 @@ semver = {workspace = true}
serde_json = {workspace = true}
similar = {workspace = true}
toml = {workspace = true}
veryl-analyzer = {version = "0.13.3", path = "../analyzer"}
veryl-formatter = {version = "0.13.3", path = "../formatter"}
veryl-metadata = {version = "0.13.3", path = "../metadata"}
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-analyzer = {version = "0.13.4", path = "../analyzer"}
veryl-formatter = {version = "0.13.4", path = "../formatter"}
veryl-metadata = {version = "0.13.4", path = "../metadata"}
veryl-parser = {version = "0.13.4", path = "../parser"}
8 changes: 4 additions & 4 deletions crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-metadata"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -25,9 +25,9 @@ thiserror = {workspace = true}
toml = {workspace = true}
url = {workspace = true}
uuid = {version = "1.11", default-features = false, features = ["v5", "serde"]}
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-path = {version = "0.13.3", path = "../path"}
veryl-std = {version = "0.13.3", path = "../std"}
veryl-parser = {version = "0.13.4", path = "../parser"}
veryl-path = {version = "0.13.4", path = "../path"}
veryl-std = {version = "0.13.4", path = "../std"}

[target.'cfg(target_family = "wasm")'.dependencies]
miette = {workspace = true, features = ["fancy-no-syscall"]}
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-parser"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/path/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-path"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sourcemap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-sourcemap"
version = "0.13.3"
version = "0.13.4"
edition = "2021"
authors.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-std"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -14,7 +14,7 @@ edition = "2021"
miette = {workspace = true}
rust-embed = {version = "8.5", features = ["debug-embed", "compression", "include-exclude"]}
thiserror = {workspace = true}
veryl-path = {version = "0.13.3", path = "../path"}
veryl-path = {version = "0.13.4", path = "../path"}

[build-dependencies]
merkle_hash = "3.7"
14 changes: 7 additions & 7 deletions crates/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
veryl-analyzer = {version = "0.13.3", path = "../analyzer"}
veryl-emitter = {version = "0.13.3", path = "../emitter"}
veryl-formatter = {version = "0.13.3", path = "../formatter"}
veryl-metadata = {version = "0.13.3", path = "../metadata"}
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-path = {version = "0.13.3", path = "../path"}
veryl = {version = "0.13.3", path = "../veryl"}
veryl-analyzer = {version = "0.13.4", path = "../analyzer"}
veryl-emitter = {version = "0.13.4", path = "../emitter"}
veryl-formatter = {version = "0.13.4", path = "../formatter"}
veryl-metadata = {version = "0.13.4", path = "../metadata"}
veryl-parser = {version = "0.13.4", path = "../parser"}
veryl-path = {version = "0.13.4", path = "../path"}
veryl = {version = "0.13.4", path = "../veryl"}

[dev-dependencies]
criterion = {package = "codspeed-criterion-compat", version = "2.7"}
Expand Down
16 changes: 8 additions & 8 deletions crates/veryl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl"
version = "0.13.3"
version = "0.13.4"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand Down Expand Up @@ -41,10 +41,10 @@ tempfile = {workspace = true}
thiserror = {workspace = true}
tokio = {workspace = true}
tokio-util = "0.7.13"
veryl-analyzer = {version = "0.13.3", path = "../analyzer"}
veryl-emitter = {version = "0.13.3", path = "../emitter"}
veryl-formatter = {version = "0.13.3", path = "../formatter"}
veryl-metadata = {version = "0.13.3", path = "../metadata"}
veryl-parser = {version = "0.13.3", path = "../parser"}
veryl-path = {version = "0.13.3", path = "../path"}
veryl-sourcemap = {version = "0.13.3", path = "../sourcemap"}
veryl-analyzer = {version = "0.13.4", path = "../analyzer"}
veryl-emitter = {version = "0.13.4", path = "../emitter"}
veryl-formatter = {version = "0.13.4", path = "../formatter"}
veryl-metadata = {version = "0.13.4", path = "../metadata"}
veryl-parser = {version = "0.13.4", path = "../parser"}
veryl-path = {version = "0.13.4", path = "../path"}
veryl-sourcemap = {version = "0.13.4", path = "../sourcemap"}
2 changes: 1 addition & 1 deletion support/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-veryl",
"displayName": "Veryl",
"description": "Veryl extension for Visual Studio Code",
"version": "0.13.3",
"version": "0.13.4",
"publisher": "dalance",
"icon": "veryl_icon.png",
"galleryBanner": {
Expand Down

0 comments on commit d8106ba

Please sign in to comment.