Skip to content

Commit ff8128e

Browse files
committed
Release 0.1.3
eure@0.1.3 eure-cli@0.1.3 eure-codegen@0.1.3 eure-document@0.1.3 eure-env@0.1.3 eure-fmt@0.1.3 eure-json@0.1.3 eure-json-schema@0.1.3 eure-lint@0.1.3 eure-ls@0.1.3 eure-macros@0.1.3 eure-mark@0.1.3 eure-parol@0.1.3 eure-schema@0.1.3 eure-template@0.1.3 eure-toml@0.1.3 eure-tree@0.1.3 eure-yaml@0.1.3 serde-eure@0.1.3 Generated by cargo-workspaces
1 parent 897fc73 commit ff8128e

File tree

21 files changed

+55
-55
lines changed

21 files changed

+55
-55
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ automod = "1"
1010
catppuccin = { version = "2.6.0", features = ["css-colors"] }
1111
clap = "4.5"
1212
eros = "0.5"
13-
eure = { path = "crates/eure", version = "0.1.2" }
14-
eure-codegen = { path = "crates/eure-codegen", version = "0.1.2" }
15-
eure-env = { path = "crates/eure-env", version = "0.1.2" }
16-
eure-document = { path = "crates/eure-document", version = "0.1.2" }
17-
eure-fmt = { path = "crates/eure-fmt", version = "0.1.2" }
18-
eure-json = { path = "crates/eure-json", version = "0.1.2" }
19-
eure-json-schema = { path = "crates/eure-json-schema", version = "0.1.2" }
20-
eure-lint = { path = "crates/eure-lint", version = "0.1.2" }
21-
eure-macros = { path = "crates/eure-macros", version = "0.1.2" }
22-
eure-mark = { path = "crates/eure-mark", version = "0.1.2" }
23-
eure-parol = { path = "crates/eure-parol", version = "0.1.2" }
24-
eure-schema = { path = "crates/eure-schema", version = "0.1.2" }
25-
eure-template = { path = "crates/eure-template", version = "0.1.2" }
26-
eure-toml = { path = "crates/eure-toml", version = "0.1.2" }
27-
eure-tree = { path = "crates/eure-tree", version = "0.1.2" }
28-
eure-yaml = { path = "crates/eure-yaml", version = "0.1.2" }
13+
eure = { path = "crates/eure", version = "0.1.3" }
14+
eure-codegen = { path = "crates/eure-codegen", version = "0.1.3" }
15+
eure-env = { path = "crates/eure-env", version = "0.1.3" }
16+
eure-document = { path = "crates/eure-document", version = "0.1.3" }
17+
eure-fmt = { path = "crates/eure-fmt", version = "0.1.3" }
18+
eure-json = { path = "crates/eure-json", version = "0.1.3" }
19+
eure-json-schema = { path = "crates/eure-json-schema", version = "0.1.3" }
20+
eure-lint = { path = "crates/eure-lint", version = "0.1.3" }
21+
eure-macros = { path = "crates/eure-macros", version = "0.1.3" }
22+
eure-mark = { path = "crates/eure-mark", version = "0.1.3" }
23+
eure-parol = { path = "crates/eure-parol", version = "0.1.3" }
24+
eure-schema = { path = "crates/eure-schema", version = "0.1.3" }
25+
eure-template = { path = "crates/eure-template", version = "0.1.3" }
26+
eure-toml = { path = "crates/eure-toml", version = "0.1.3" }
27+
eure-tree = { path = "crates/eure-tree", version = "0.1.3" }
28+
eure-yaml = { path = "crates/eure-yaml", version = "0.1.3" }
2929
indexmap = { version = "2", default-features = false }
3030
lsp-types = "0.97.0"
3131
num-bigint = "0.4"
@@ -35,7 +35,7 @@ parol_runtime = "4"
3535
regex = "1.11"
3636
scnr2 = "0.3.3"
3737
serde = "1"
38-
serde-eure = { path = "crates/serde-eure", version = "0.1.2" }
38+
serde-eure = { path = "crates/serde-eure", version = "0.1.3" }
3939
serde_json = "1"
4040
thiserror = { version = "2.0", default-features = false }
4141
thisisplural = "0.7"

crates/eure-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eure-cli"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "Command-line tool for Eure format conversion and validation"
66
readme = "README.md"

crates/eure-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eure-codegen"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "Code generation from Eure schemas"
66
readme = "README.md"

crates/eure-document/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eure-document"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "Value type for Eure"
66
readme = "README.md"

crates/eure-env/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eure-env"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "Environment and configuration for Eure tools (CLI, LSP, cache)"
66
readme = "README.md"

crates/eure-fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eure-fmt"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "Formatter for Eure files"
66
readme = "README.md"

crates/eure-json-schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eure-json-schema"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "JSON Schema compatibility for Eure format"
66
readme = "README.md"

crates/eure-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eure-json"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "JSON conversion support for Eure format"
66
readme = "README.md"

crates/eure-lint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eure-lint"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "Linter for Eure files"
66
readme = "README.md"

0 commit comments

Comments
 (0)