Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit 9cf1e83

Browse files
noahgiftclaude
andcommitted
chore: Bump version to 0.1.2, update trueno-viz to 0.1.3 (Refs #6)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6f88050 commit 9cf1e83

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.1.1"
15+
version = "0.1.2"
1616
edition = "2021"
1717
authors = ["Pragmatic AI Labs"]
1818
license = "MIT"
@@ -22,15 +22,15 @@ rust-version = "1.75"
2222
[workspace.dependencies]
2323
# Sovereign Stack
2424
trueno = "0.7.4"
25-
trueno-viz = "0.1.2"
25+
trueno-viz = "0.1.3"
2626

2727
# Internal crates (version + path for crates.io publishing)
28-
presentar-core = { version = "0.1.1", path = "crates/presentar-core" }
29-
presentar-widgets = { version = "0.1.1", path = "crates/presentar-widgets" }
30-
presentar-layout = { version = "0.1.1", path = "crates/presentar-layout" }
31-
presentar-yaml = { version = "0.1.1", path = "crates/presentar-yaml" }
32-
presentar-test = { version = "0.1.1", path = "crates/presentar-test" }
33-
presentar-test-macros = { version = "0.1.1", path = "crates/presentar-test-macros" }
28+
presentar-core = { version = "0.1.2", path = "crates/presentar-core" }
29+
presentar-widgets = { version = "0.1.2", path = "crates/presentar-widgets" }
30+
presentar-layout = { version = "0.1.2", path = "crates/presentar-layout" }
31+
presentar-yaml = { version = "0.1.2", path = "crates/presentar-yaml" }
32+
presentar-test = { version = "0.1.2", path = "crates/presentar-test" }
33+
presentar-test-macros = { version = "0.1.2", path = "crates/presentar-test-macros" }
3434

3535
# Serialization
3636
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)