From fd02c6f3db9be04c65bc8da35d838c38d8fa3cfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:09:26 +0800 Subject: [PATCH] chore: release v0.4.0 (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423f06a..58eed88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 07efa02..b40ff79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "kicad-ipc-rs" -version = "0.3.2" +version = "0.4.0" dependencies = [ "nng", "prost", diff --git a/Cargo.toml b/Cargo.toml index 20d046d..d5bc345 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)"