# 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.4.2](https://github.com/Milind220/kicad-ipc-rs/compare/v0.4.1...v0.4.2) - 2026-03-29 ### Added - bump vendored KiCad protos to v10.0.0 ([#23](https://github.com/Milind220/kicad-ipc-rs/pull/23)) ## [0.4.1](https://github.com/Milind220/kicad-ipc-rs/compare/v0.4.0...v0.4.1) - 2026-03-19 ### Fixed - use named pipe probe for IPC availability on Windows ([#21](https://github.com/Milind220/kicad-ipc-rs/pull/21)) ## [0.4.0](https://github.com/Milind220/kicad-ipc-rs/compare/v0.3.2...v0.4.0) - 2026-03-06 ### Fixed - reduce selection API lossiness in existing public methods ([#19](https://github.com/Milind220/kicad-ipc-rs/pull/19)) ## [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