From 066ddea0960fb8c314cbbb7ecd0780e855d7784f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 12:21:48 +0800 Subject: [PATCH] chore: release v0.3.1 (#14) 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 dc56ef3..3301021 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.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 diff --git a/Cargo.lock b/Cargo.lock index 24fb61c..c05cb0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "kicad-ipc-rs" -version = "0.3.0" +version = "0.3.1" dependencies = [ "nng", "prost", diff --git a/Cargo.toml b/Cargo.toml index d531894..462cbb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kicad-ipc-rs" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" description = "Rust client library for the KiCad IPC API (async-first)"