Skip to content

Commit c5b0a74

Browse files
committed
Release v0.3.50
1 parent af2c7f0 commit c5b0a74

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

1315
- Bump stdlib to 0.5.10
@@ -458,7 +460,8 @@ and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.
458460
- Error on invalid type passed to `io()`
459461
- Format the auto-generated component .zen files
460462

461-
[Unreleased]: https://github.com/diodeinc/pcb/compare/v0.3.49...HEAD
463+
[Unreleased]: https://github.com/diodeinc/pcb/compare/v0.3.50...HEAD
464+
[0.3.50]: https://github.com/diodeinc/pcb/compare/v0.3.49...v0.3.50
462465
[0.3.49]: https://github.com/diodeinc/pcb/compare/v0.3.48...v0.3.49
463466
[0.3.48]: https://github.com/diodeinc/pcb/compare/v0.3.47...v0.3.48
464467
[0.3.47]: https://github.com/diodeinc/pcb/compare/v0.3.46...v0.3.47

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

0 commit comments

Comments
 (0)