chore: release v0.3.2
This commit is contained in:
parent
eefdb9391c
commit
cf0f213999
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.3.1](https://github.com/Milind220/kicad-ipc-rs/compare/v0.3.0...v0.3.1) - 2026-02-28
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kicad-ipc-rs"
|
name = "kicad-ipc-rs"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"nng",
|
"nng",
|
||||||
"prost",
|
"prost",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kicad-ipc-rs"
|
name = "kicad-ipc-rs"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Rust client library for the KiCad IPC API (async-first)"
|
description = "Rust client library for the KiCad IPC API (async-first)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue