···4455The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6677-## [Unreleased]
77+## [v0.5.1] - 2025-10-31
8899### Added
10101111- Navigation and history API routing for client-side transitions (#6).
1212+- Centralized error boundary system with VoltError class, error handler registration, and contextual debugging information (#9).
12131314### Changed
14151516- Refactored the binder and evaluator internals to reduce duplication and clarify runtime responsibilities (#3).
1617- Split lifecycle and SSR documentation into dedicated guides (#5).
1818+- Refactored demo application structure with CSS showcase and improved Vite integration (#7).
17191820### Fixed
19212022- Repaired broken documentation links (#4).
2123- Stabilized JSR and Deno packaging by restoring CSS assets, removing redundant finalize steps, and keeping builds minified.
2424+- Fixed computed attribute keys to emit in kebab-case in markup, added shorthand attribute forms, and CSS fallback for shift animations (#8).
22252326## [v0.4.0] - 2025-10-21
2427···7780- Plugin system, control flow directives (`if`, `for`), reactive markup utilities, and SSR/HTTP helpers.
7881- Initial documentation set covering the runtime overview, reactivity spec, and roadmap.
79828080-[Unreleased]: https://github.com/stormlightlabs/volt/compare/v0.4.0...HEAD
8383+[v0.5.1]: https://github.com/stormlightlabs/volt/compare/v0.4.0...v0.5.1
8184[v0.4.0]: https://github.com/stormlightlabs/volt/compare/v0.3.2...v0.4.0
8285[v0.3.2]: https://github.com/stormlightlabs/volt/compare/v0.3.1...v0.3.2
8386[v0.3.1]: https://github.com/stormlightlabs/volt/compare/v0.3.0...v0.3.1