chore: release v0.4.3 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d9644312ef
commit
14d96f9c81
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.3](https://github.com/Milind220/kicad-ipc-rs/compare/v0.4.2...v0.4.3) - 2026-03-29
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- modularize client API and finalize v10 assessment follow-ups ([#25](https://github.com/Milind220/kicad-ipc-rs/pull/25))
|
||||||
|
|
||||||
## [0.4.2](https://github.com/Milind220/kicad-ipc-rs/compare/v0.4.1...v0.4.2) - 2026-03-29
|
## [0.4.2](https://github.com/Milind220/kicad-ipc-rs/compare/v0.4.1...v0.4.2) - 2026-03-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kicad-ipc-rs"
|
name = "kicad-ipc-rs"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"nng",
|
"nng",
|
||||||
"prost",
|
"prost",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kicad-ipc-rs"
|
name = "kicad-ipc-rs"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Rust client library for the KiCad IPC API (async-first)"
|
description = "Rust client library for the KiCad IPC API (async-first)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue