Skip to content

Commit 18a35e3

Browse files
committed
chore: release main
1 parent dc2d4f2 commit 18a35e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1585
-211
lines changed

.release-please-manifest.json

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
{
2-
"bins/cdl2spice": "0.2.2",
3-
"bins/spicemerge": "0.1.0",
4-
"bins/sky130spconv": "0.1.0",
5-
"codegen": "0.10.2",
6-
"config": "0.4.1",
2+
"bins/cdl2spice": "0.2.3",
3+
"bins/spicemerge": "0.1.1",
4+
"bins/sky130spconv": "0.1.1",
5+
"codegen": "0.10.3",
6+
"config": "0.4.2",
77
"docs/snippets": "0.7.0",
8-
"examples": "0.2.0",
8+
"examples": "0.2.1",
99
"examples/latest/sky130_inverter": "0.0.0",
1010
"examples/latest/spice_vdivider": "0.0.0",
1111
"examples/latest/colbuf": "0.0.0",
1212
"examples/latest/vdivider": "0.0.0",
1313
"examples/latest/via": "0.0.0",
1414
"examples/latest/substrate_api_examples": "0.0.0",
15-
"libs/atoll": "0.1.3",
16-
"libs/cache": "0.7.1",
15+
"libs/atoll": "0.1.4",
16+
"libs/cache": "0.7.2",
1717
"libs/diagnostics": "0.4.0",
18-
"libs/enumify": "0.2.1",
19-
"libs/enumify_macros": "0.3.1",
20-
"libs/gds": "0.4.1",
21-
"libs/gdsconv": "0.2.1",
22-
"libs/geometry": "0.7.1",
18+
"libs/enumify": "0.2.2",
19+
"libs/enumify_macros": "0.3.2",
20+
"libs/gds": "0.4.2",
21+
"libs/gdsconv": "0.2.2",
22+
"libs/geometry": "0.7.2",
2323
"libs/geometry_macros": "0.1.1",
2424
"libs/pathtree": "0.3.0",
25-
"libs/psfparser": "0.1.4",
26-
"libs/scir": "0.9.1",
27-
"libs/spice": "0.9.2",
28-
"libs/layir": "0.2.1",
29-
"libs/lefdef": "0.2.1",
25+
"libs/psfparser": "0.1.5",
26+
"libs/scir": "0.9.2",
27+
"libs/spice": "0.9.3",
28+
"libs/layir": "0.2.2",
29+
"libs/lefdef": "0.2.2",
3030
"libs/macrotools": "0.2.0",
31-
"libs/nutlex": "0.4.2",
31+
"libs/nutlex": "0.4.3",
3232
"libs/type_dispatch": "0.5.1",
3333
"libs/type_dispatch_macros": "0.4.1",
3434
"libs/uniquify": "0.4.0",
35-
"libs/verilog": "0.2.1",
36-
"pdks/sky130": "0.10.2",
37-
"substrate": "0.10.2",
38-
"tools/magic": "0.2.1",
35+
"libs/verilog": "0.2.2",
36+
"pdks/sky130": "0.10.3",
37+
"substrate": "0.10.3",
38+
"tools/magic": "0.2.2",
3939
"tools/netgen": "0.2.1",
40-
"tools/ngspice": "0.5.2",
40+
"tools/ngspice": "0.5.3",
4141
"tools/pegasus": "0.2.1",
42-
"tools/quantus": "0.2.2",
43-
"tools/spectre": "0.11.2",
44-
"tools/magic_netgen": "0.1.3"
42+
"tools/quantus": "0.2.3",
43+
"tools/spectre": "0.11.3",
44+
"tools/magic_netgen": "0.1.4",
45+
"examples/latest/strongarm": "0.0.0"
4546
}

Cargo.lock

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

bins/cdl2spice/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* dependencies
55
* spice bumped from 0.9.1 to 0.9.2
66

7+
* The following workspace dependencies were updated
8+
* dependencies
9+
* scir bumped from 0.9.1 to 0.9.2
10+
* spice bumped from 0.9.2 to 0.9.3
11+
712
## [0.2.1](https://github.com/ucb-substrate/substrate2/compare/cdl2spice-v0.2.0...cdl2spice-v0.2.1) (2025-01-24)
813

914

bins/cdl2spice/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "cdl2spice"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55

66
[dependencies]
77
anyhow = "1"
88
clap = { version = "4", features = ["derive"] }
99
arcstr = "1"
1010

11-
scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" }
12-
spice = { version = "0.9.2", registry = "substrate", path = "../../libs/spice" }
11+
scir = { version = "0.9.2", registry = "substrate", path = "../../libs/scir" }
12+
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }

bins/sky130spconv/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
* The following workspace dependencies were updated
4+
* dependencies
5+
* scir bumped from 0.9.1 to 0.9.2
6+
* spice bumped from 0.9.2 to 0.9.3
7+
* sky130 bumped from 0.10.2 to 0.10.3
8+
39
## 0.1.0 (2025-02-02)
410

511

bins/sky130spconv/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sky130spconv"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
readme = "README.md"
66

@@ -9,7 +9,7 @@ anyhow = "1"
99
clap = { version = "4", features = ["derive"] }
1010
arcstr = "1"
1111

12-
scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" }
13-
spice = { version = "0.9.2", registry = "substrate", path = "../../libs/spice" }
14-
sky130 = { version = "0.10.2", registry = "substrate", path = "../../pdks/sky130" }
12+
scir = { version = "0.9.2", registry = "substrate", path = "../../libs/scir" }
13+
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }
14+
sky130 = { version = "0.10.3", registry = "substrate", path = "../../pdks/sky130" }
1515
thiserror = "2"

bins/spicemerge/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
* The following workspace dependencies were updated
4+
* dependencies
5+
* scir bumped from 0.9.1 to 0.9.2
6+
* spice bumped from 0.9.2 to 0.9.3
7+
38
## 0.1.0 (2025-02-02)
49

510

0 commit comments

Comments
 (0)