Skip to content

Commit 7175149

Browse files
committed
Release v0.3.49
1 parent 90ce3f6 commit 7175149

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.49] - 2026-03-02
12+
1113
### Changed
1214

1315
- Replace `[assets]` with `[[workspace.kicad_library]]` for built-in resolution of KiCad symbol, footprint, and 3D model repositories.
@@ -448,7 +450,8 @@ and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.
448450
- Error on invalid type passed to `io()`
449451
- Format the auto-generated component .zen files
450452

451-
[Unreleased]: https://github.com/diodeinc/pcb/compare/v0.3.48...HEAD
453+
[Unreleased]: https://github.com/diodeinc/pcb/compare/v0.3.49...HEAD
454+
[0.3.49]: https://github.com/diodeinc/pcb/compare/v0.3.48...v0.3.49
452455
[0.3.48]: https://github.com/diodeinc/pcb/compare/v0.3.47...v0.3.48
453456
[0.3.47]: https://github.com/diodeinc/pcb/compare/v0.3.46...v0.3.47
454457
[0.3.46]: https://github.com/diodeinc/pcb/compare/v0.3.45...v0.3.46

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.48"
6+
version = "0.3.49"
77
edition = "2024"
88
repository = "https://github.com/diodeinc/pcb"
99
homepage = "https://github.com/diodeinc/pcb"

0 commit comments

Comments
 (0)