Skip to content

Commit 46262d2

Browse files
committed
chore: bump version to 0.12.0 and update roadmap
1 parent a8e65cb commit 46262d2

4 files changed

Lines changed: 11 additions & 10 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = ["crates/firmware-hal-test"]
2828
default-members = ["crates/cli", "crates/core", "crates/loader"]
2929

3030
[workspace.package]
31-
version = "0.11.0"
31+
version = "0.12.0"
3232
edition = "2021"
3333
authors = ["LabWired Team"]
3434
license = "MIT"

RELEASE_READINESS_CHECKLIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- [ ] **Feature Flags**: Verified default features build correctly.
2424

2525
## 3. Artifacts & Packaging
26-
- [ ] **Version Bump**: `Cargo.toml` updated to `0.12.0`.
26+
- [x] **Version Bump**: `Cargo.toml` updated to `0.12.0`.
2727
- [ ] **Changelog**: `CHANGELOG.md` updated with "Documentation Overhaul" and other v0.12.0 features.
2828
- [ ] **Binaries**: `labwired` CLI builds in release mode (`cargo build --release`).
2929

ROADMAP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This roadmap outlines the planned evolution of LabWired Core as we move towards a production-ready ecosystem for professional firmware simulation.
44

5-
## 🟢 v0.1.0: Foundation (Current)
5+
## 🟢 v0.12.0: Foundation & Documentation (Current)
6+
- **Documentation Overhaul**: Complete restructuring with MkDocs/Material, new guides, and process docs.
67
- **Multi-Architecture**: Initial ARM Cortex-M and RISC-V RV32I support.
78
- **Declarative Peripherals**: YAML-based chip and system definitions.
89
- **CI Test Runner**: Deterministic headless execution with JSON/JUnit reports.

0 commit comments

Comments
 (0)