From 7e8fe5d81254aeca5eabe58138eb9b7d0fb2abee Mon Sep 17 00:00:00 2001 From: Milind Sharma Date: Sat, 21 Feb 2026 01:10:29 +0800 Subject: [PATCH] Bump version to 0.1.1 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae753de..95b60b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kicad-ipc-rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" description = "Rust client library for the KiCad IPC API (async-first)"