chore: release v0.4.0 (#20)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-03-06 19:09:26 +08:00 committed by GitHub
parent b32eb7fa44
commit fd02c6f3db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [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

2
Cargo.lock generated
View File

@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "kicad-ipc-rs"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"nng",
"prost",

View File

@ -1,6 +1,6 @@
[package]
name = "kicad-ipc-rs"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
license = "MIT"
description = "Rust client library for the KiCad IPC API (async-first)"