chore: release v0.4.2 (#24)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-03-29 12:02:21 +08:00 committed by GitHub
parent 735384f0bc
commit 071f22897a
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] ## [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 ## [0.4.1](https://github.com/Milind220/kicad-ipc-rs/compare/v0.4.0...v0.4.1) - 2026-03-19
### Fixed ### Fixed

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "kicad-ipc-rs" name = "kicad-ipc-rs"
version = "0.4.1" version = "0.4.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)"