Skip to content

Commit 10148ae

Browse files
committed
Release v0.3.46
1 parent 9c0062d commit 10148ae

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.
88

99
## [Unreleased]
1010

11+
## [0.3.46] - 2026-02-26
12+
1113
### Changed
1214

1315
- Use zstd level 17 (was 15) when embedding STEP 3D models into KiCad footprints.
@@ -424,7 +426,8 @@ and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.
424426
- Error on invalid type passed to `io()`
425427
- Format the auto-generated component .zen files
426428

427-
[Unreleased]: https://github.com/diodeinc/pcb/compare/v0.3.45...HEAD
429+
[Unreleased]: https://github.com/diodeinc/pcb/compare/v0.3.46...HEAD
430+
[0.3.46]: https://github.com/diodeinc/pcb/compare/v0.3.45...v0.3.46
428431
[0.3.45]: https://github.com/diodeinc/pcb/compare/v0.3.44...v0.3.45
429432
[0.3.44]: https://github.com/diodeinc/pcb/compare/v0.3.43...v0.3.44
430433
[0.3.43]: https://github.com/diodeinc/pcb/compare/v0.3.42...v0.3.43

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.3.45"
6+
version = "0.3.46"
77
edition = "2024"
88
repository = "https://github.com/diodeinc/pcb"
99
homepage = "https://github.com/diodeinc/pcb"

0 commit comments

Comments
 (0)