@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.12.0] - 2026-02-16
11+
12+ ### Fixed
13+ - ** Critical Instruction Regression** : Fixed ` io-smoke ` failure by implementing proper ** Thumb-2 ` IT ` (If-Then) block** support in the ` CortexM ` core.
14+ - ** Instruction Coverage** : Expanded modular decoder and executor for ` MOVW ` , ` MOVT ` , ` LDR.W ` , ` STR.W ` , and ` UXTB.W ` .
15+ - ** Structural Stability** : Refactored CPU ` step ` loop for improved variable scoping and exception handling consistency.
16+
1017### Added
18+ - ** Documentation Overhaul** :
19+ - ** New Site Structure** : Migrated to MkDocs with Material theme for a premium, searchable experience.
20+ - ** Diataxis Framework** : Reorganized content into Tutorials, How-To, Reference, and Explanation.
21+ - ** New Guides** : [ ` troubleshooting.md ` ] ( ./docs/troubleshooting.md ) , [ ` cli_reference.md ` ] ( ./docs/cli_reference.md ) , [ ` configuration_reference.md ` ] ( ./docs/configuration_reference.md ) .
22+ - ** Process Docs** : Added [ ` RELEASE_PROCESS.md ` ] ( ./RELEASE_PROCESS.md ) and [ ` board_onboarding_playbook.md ` ] ( ./docs/board_onboarding_playbook.md ) .
1123- ** Architecture Unification** : Native ingestion of ** Strict IR** (JSON) in the simulation core.
1224 - Bridged ` labwired-ir ` with ` labwired-config ` via ` From ` traits.
1325 - Simulator can now load hardware models directly from SVD-derived JSON files.
@@ -16,10 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1628 - Verified against STM32F4, RP2040, and nRF52.
1729- ** Timing Hooks** : Declarative peripheral behavior for registers (SetBits, ClearBits, WriteValue) with periodic and event-based triggers.
1830- ** Timeline View** : Professional visualization of instruction trace data in the VS Code extension.
19- - ** Support Strategy** : Defined ** Tier 1 Device Support** (STM32F4, RP2040, nRF52) in ` docs/release_strategy .md ` .
31+ - ** Support Strategy** : Defined ** Tier 1 Device Support** (STM32F4, RP2040, nRF52) in ` ../ docs/SUPPORTED_DEVICES .md` .
2032- ** Architecture Guide** : New comprehensive ` core/docs/architecture_guide.md ` .
2133- ** SVD Ingestor** : New tool (` crates/svd-ingestor ` ) to generate ` PeripheralDescriptor ` YAMLs from SVD.
22- - ** Strategic Horizon** : Long-term vision integrated into ` docs/release_strategy .md ` .
34+ - ** Strategic Horizon** : Long-term vision integrated into ` ../ docs/plan .md` .
2335
2436## [ 0.11.0] - 2026-02-08
2537
0 commit comments