31 lines
1002 B
Markdown
31 lines
1002 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [0.3.2](https://github.com/Milind220/kicad-ipc-rs/compare/v0.3.1...v0.3.2) - 2026-03-02
|
|
|
|
### Fixed
|
|
|
|
- decouple project commands from GetOpenDocuments and add KIPRJMOD fallback ([#16](https://github.com/Milind220/kicad-ipc-rs/pull/16))
|
|
|
|
### Other
|
|
|
|
- add mdBook guide site and Pages deploy workflow ([#15](https://github.com/Milind220/kicad-ipc-rs/pull/15))
|
|
|
|
## [0.3.1](https://github.com/Milind220/kicad-ipc-rs/compare/v0.3.0...v0.3.1) - 2026-02-28
|
|
|
|
### Fixed
|
|
|
|
- *(api)* strengthen crate-level and high-impact API docs ([#13](https://github.com/Milind220/kicad-ipc-rs/pull/13))
|
|
|
|
## [0.3.0](https://github.com/Milind220/kicad-ipc-rs/compare/v0.2.0...v0.3.0) - 2026-02-22
|
|
|
|
### Added
|
|
|
|
- expose via layer spans in typed model and CLI
|