Skip to content

Commit 10be2bb

Browse files
chore: Bump version to 0.3.3 (#362)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9adb4dd commit 10be2bb

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.3.2"
14+
version = "0.3.3"
1515
license = "Apache-2.0"
1616
repository = "https://github.com/plotnik-lang/plotnik"
1717
edition = "2024"
1818

1919
[workspace.dependencies]
20-
plotnik-bytecode = { path = "crates/plotnik-bytecode", version = "0.3.2" }
21-
plotnik-compiler = { path = "crates/plotnik-compiler", version = "0.3.2" }
22-
plotnik-core = { path = "crates/plotnik-core", version = "0.3.2" }
23-
plotnik-langs = { path = "crates/plotnik-langs", version = "0.3.2" }
24-
plotnik-lib = { path = "crates/plotnik-lib", version = "0.3.2" }
25-
plotnik-vm = { path = "crates/plotnik-vm", version = "0.3.2" }
20+
plotnik-bytecode = { path = "crates/plotnik-bytecode", version = "0.3.3" }
21+
plotnik-compiler = { path = "crates/plotnik-compiler", version = "0.3.3" }
22+
plotnik-core = { path = "crates/plotnik-core", version = "0.3.3" }
23+
plotnik-langs = { path = "crates/plotnik-langs", version = "0.3.3" }
24+
plotnik-lib = { path = "crates/plotnik-lib", version = "0.3.3" }
25+
plotnik-vm = { path = "crates/plotnik-vm", version = "0.3.3" }

crates/plotnik-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ lang-zsh = ["plotnik-langs/lang-zsh"]
245245
[dependencies]
246246
clap = { version = "4.5", features = ["derive"] }
247247
plotnik-core.workspace = true
248-
plotnik-langs = { path = "../plotnik-langs", version = "0.3.2", default-features = false }
248+
plotnik-langs = { path = "../plotnik-langs", version = "0.3.3", default-features = false }
249249
plotnik-lib.workspace = true
250250
arborium-tree-sitter = "2.10.0"
251251
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)