Skip to content

Commit 47bd2d9

Browse files
dioderobotakhilles
andauthored
Bump stdlib version to 0.5.8 (#537)
* Bump stdlib version to 0.5.8 * Accept signatures changes due to new stdlib version --------- Co-authored-by: Akhil Velagapudi <akhilvelagapudi@gmail.com>
1 parent 69a865d commit 47bd2d9

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.
1111
### Changed
1212

1313
- `config()` physical-value coercion now accepts numeric scalars (`int`/`float`) in addition to strings, matching constructor behavior.
14+
- Bump stdlib to 0.5.8
1415

1516
## [0.3.41] - 2026-02-12
1617

crates/pcb-zen-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub mod workspace;
2121
/// This version is used as an implicit minimum dependency for all packages.
2222
/// Users can upgrade past this version by explicitly declaring a newer version
2323
/// in their pcb.toml, but cannot use an older version.
24-
pub const STDLIB_VERSION: &str = "0.5.7";
24+
pub const STDLIB_VERSION: &str = "0.5.8";
2525

2626
/// The module path for stdlib
2727
pub const STDLIB_MODULE_PATH: &str = "github.com/diodeinc/stdlib";

crates/pcb/tests/snapshots/release__publish_full.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Designator,Val,Package,Mid X,Mid Y,Rotation,Layer
108108
"user": "<USER>"
109109
}
110110
}
111-
=== netlist.json <70703 bytes, sha256: 99c7b43>
111+
=== netlist.json <70117 bytes, sha256: 9b85c20>
112112
=== src/boards/TestBoard.zen
113113

114114
load("@stdlib/interfaces.zen", "Gpio", "Ground", "Power")

crates/pcb/tests/snapshots/release__publish_source_only.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ expression: sb.snapshot_dir(&staging_dir)
4848
"user": "<USER>"
4949
}
5050
}
51-
=== netlist.json <70703 bytes, sha256: 99c7b43>
51+
=== netlist.json <70117 bytes, sha256: 9b85c20>
5252
=== src/boards/TestBoard.zen
5353

5454
load("@stdlib/interfaces.zen", "Gpio", "Ground", "Power")

crates/pcb/tests/snapshots/release__publish_with_description.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ expression: sb.snapshot_dir(&staging_dir)
4949
"user": "<USER>"
5050
}
5151
}
52-
=== netlist.json <70703 bytes, sha256: ad0aca5>
52+
=== netlist.json <70117 bytes, sha256: 12ce300>
5353
=== src/boards/DescBoard.zen
5454

5555
load("@stdlib/interfaces.zen", "Gpio", "Ground", "Power")

crates/pcb/tests/snapshots/release__publish_with_version.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ expression: sb.snapshot_dir(staging_dir)
4848
"user": "<USER>"
4949
}
5050
}
51-
=== netlist.json <69859 bytes, sha256: 758e9cf>
51+
=== netlist.json <69273 bytes, sha256: 01d9998>
5252
=== src/boards/TB0001.zen
5353

5454
load("@stdlib/interfaces.zen", "Gpio", "Ground", "Power")

0 commit comments

Comments
 (0)