From f88967b8cfdd733f294ea63283e457a7acd9aeb4 Mon Sep 17 00:00:00 2001 From: Milind Sharma Date: Sat, 21 Feb 2026 17:36:22 +0800 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41019df..4ce1127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kicad-ipc-rs" -version = "0.1.1" +version = "0.2.0" edition = "2021" license = "MIT" description = "Rust client library for the KiCad IPC API (async-first)"