From 03dca671222cab45d413c7e7e09cb24403d34f0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Jan 2026 17:10:52 +0000 Subject: [PATCH] chore: Bump version to `0.3.2` --- Cargo.lock | 14 +++++++------- Cargo.toml | 14 +++++++------- crates/plotnik-cli/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f028aad..35bbbd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1643,7 +1643,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "plotnik" -version = "0.3.1" +version = "0.3.2" dependencies = [ "arborium-tree-sitter", "clap", @@ -1658,7 +1658,7 @@ dependencies = [ [[package]] name = "plotnik-bytecode" -version = "0.3.1" +version = "0.3.2" dependencies = [ "insta", "plotnik-core", @@ -1668,7 +1668,7 @@ dependencies = [ [[package]] name = "plotnik-compiler" -version = "0.3.1" +version = "0.3.2" dependencies = [ "annotate-snippets", "arborium-tree-sitter", @@ -1692,7 +1692,7 @@ dependencies = [ [[package]] name = "plotnik-core" -version = "0.3.1" +version = "0.3.2" dependencies = [ "indexmap", "postcard", @@ -1702,7 +1702,7 @@ dependencies = [ [[package]] name = "plotnik-langs" -version = "0.3.1" +version = "0.3.2" dependencies = [ "arborium-ada", "arborium-agda", @@ -1816,7 +1816,7 @@ dependencies = [ [[package]] name = "plotnik-lib" -version = "0.3.1" +version = "0.3.2" dependencies = [ "arborium-tree-sitter", "indoc", @@ -1833,7 +1833,7 @@ dependencies = [ [[package]] name = "plotnik-vm" -version = "0.3.1" +version = "0.3.2" dependencies = [ "arborium-tree-sitter", "insta", diff --git a/Cargo.toml b/Cargo.toml index 0550832..722911c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,15 +11,15 @@ members = [ ] [workspace.package] -version = "0.3.1" +version = "0.3.2" license = "Apache-2.0" repository = "https://github.com/plotnik-lang/plotnik" edition = "2024" [workspace.dependencies] -plotnik-bytecode = { path = "crates/plotnik-bytecode", version = "0.3.1" } -plotnik-compiler = { path = "crates/plotnik-compiler", version = "0.3.1" } -plotnik-core = { path = "crates/plotnik-core", version = "0.3.1" } -plotnik-langs = { path = "crates/plotnik-langs", version = "0.3.1" } -plotnik-lib = { path = "crates/plotnik-lib", version = "0.3.1" } -plotnik-vm = { path = "crates/plotnik-vm", version = "0.3.1" } +plotnik-bytecode = { path = "crates/plotnik-bytecode", version = "0.3.2" } +plotnik-compiler = { path = "crates/plotnik-compiler", version = "0.3.2" } +plotnik-core = { path = "crates/plotnik-core", version = "0.3.2" } +plotnik-langs = { path = "crates/plotnik-langs", version = "0.3.2" } +plotnik-lib = { path = "crates/plotnik-lib", version = "0.3.2" } +plotnik-vm = { path = "crates/plotnik-vm", version = "0.3.2" } diff --git a/crates/plotnik-cli/Cargo.toml b/crates/plotnik-cli/Cargo.toml index 4fb020f..6a3d86c 100644 --- a/crates/plotnik-cli/Cargo.toml +++ b/crates/plotnik-cli/Cargo.toml @@ -245,7 +245,7 @@ lang-zsh = ["plotnik-langs/lang-zsh"] [dependencies] clap = { version = "4.5", features = ["derive"] } plotnik-core.workspace = true -plotnik-langs = { path = "../plotnik-langs", version = "0.3.1", default-features = false } +plotnik-langs = { path = "../plotnik-langs", version = "0.3.2", default-features = false } plotnik-lib.workspace = true arborium-tree-sitter = "2.10.0" serde = { version = "1.0", features = ["derive"] }