chore: release v0.3.0 (#12)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-02-22 21:11:55 +08:00 committed by GitHub
parent 591918a176
commit f25874f4df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 2 deletions

14
CHANGELOG.md Normal file
View File

@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.0](https://github.com/Milind220/kicad-ipc-rs/compare/v0.2.0...v0.3.0) - 2026-02-22
### Added
- expose via layer spans in typed model and CLI

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "kicad-ipc-rs"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "Rust client library for the KiCad IPC API (async-first)"