Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku committed Mar 12, 2025
1 parent 44867ed commit 53bbac4
Show file tree
Hide file tree
Showing 60 changed files with 434 additions and 174 deletions.
46 changes: 23 additions & 23 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"bins/cdl2spice": "0.2.2",
"bins/spicemerge": "0.1.0",
"bins/sky130spconv": "0.1.0",
"codegen": "0.10.2",
"bins/cdl2spice": "0.2.3",
"bins/spicemerge": "0.1.1",
"bins/sky130spconv": "0.1.1",
"codegen": "0.10.3",
"config": "0.4.1",
"docs/snippets": "0.7.0",
"examples": "0.2.0",
"examples": "0.2.1",
"examples/latest/sky130_inverter": "0.0.0",
"examples/latest/spice_vdivider": "0.0.0",
"examples/latest/colbuf": "0.0.0",
Expand All @@ -14,31 +14,31 @@
"examples/latest/substrate_api_examples": "0.0.0",
"libs/cache": "0.7.1",
"libs/diagnostics": "0.4.0",
"libs/enumify": "0.2.1",
"libs/enumify_macros": "0.3.1",
"libs/gds": "0.4.1",
"libs/gdsconv": "0.2.1",
"libs/geometry": "0.7.1",
"libs/enumify": "0.2.2",
"libs/enumify_macros": "0.3.2",
"libs/gds": "0.4.2",
"libs/gdsconv": "0.2.2",
"libs/geometry": "0.7.2",
"libs/geometry_macros": "0.1.1",
"libs/pathtree": "0.3.0",
"libs/psfparser": "0.1.4",
"libs/scir": "0.9.1",
"libs/spice": "0.9.2",
"libs/layir": "0.2.1",
"libs/lefdef": "0.2.1",
"libs/psfparser": "0.1.5",
"libs/scir": "0.9.2",
"libs/spice": "0.9.3",
"libs/layir": "0.2.2",
"libs/lefdef": "0.2.2",
"libs/macrotools": "0.2.0",
"libs/nutlex": "0.4.2",
"libs/nutlex": "0.4.3",
"libs/type_dispatch": "0.5.1",
"libs/type_dispatch_macros": "0.4.1",
"libs/uniquify": "0.4.0",
"libs/verilog": "0.2.1",
"pdks/sky130": "0.10.2",
"substrate": "0.10.2",
"libs/verilog": "0.2.2",
"pdks/sky130": "0.10.3",
"substrate": "0.10.3",
"tools/magic": "0.2.1",
"tools/netgen": "0.2.1",
"tools/ngspice": "0.5.2",
"tools/ngspice": "0.5.3",
"tools/pegasus": "0.2.1",
"tools/quantus": "0.2.2",
"tools/spectre": "0.11.2",
"tools/magic_netgen": "0.1.3"
"tools/quantus": "0.2.3",
"tools/spectre": "0.11.3",
"tools/magic_netgen": "0.1.4"
}
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions bins/cdl2spice/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
* dependencies
* spice bumped from 0.9.1 to 0.9.2

* The following workspace dependencies were updated
* dependencies
* scir bumped from 0.9.1 to 0.9.2
* spice bumped from 0.9.2 to 0.9.3

## [0.2.1](https://github.com/ucb-substrate/substrate2/compare/cdl2spice-v0.2.0...cdl2spice-v0.2.1) (2025-01-24)


Expand Down
6 changes: 3 additions & 3 deletions bins/cdl2spice/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "cdl2spice"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
arcstr = "1"

scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.2", registry = "substrate", path = "../../libs/spice" }
scir = { version = "0.9.2", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }
6 changes: 6 additions & 0 deletions bins/sky130spconv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* scir bumped from 0.9.1 to 0.9.2
* spice bumped from 0.9.2 to 0.9.3
* sky130 bumped from 0.10.2 to 0.10.3

## 0.1.0 (2025-02-02)


Expand Down
8 changes: 4 additions & 4 deletions bins/sky130spconv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sky130spconv"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
readme = "README.md"

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

scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.2", registry = "substrate", path = "../../libs/spice" }
sky130 = { version = "0.10.2", registry = "substrate", path = "../../pdks/sky130" }
scir = { version = "0.9.2", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }
sky130 = { version = "0.10.3", registry = "substrate", path = "../../pdks/sky130" }
thiserror = "2"
5 changes: 5 additions & 0 deletions bins/spicemerge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* scir bumped from 0.9.1 to 0.9.2
* spice bumped from 0.9.2 to 0.9.3

## 0.1.0 (2025-02-02)


Expand Down
6 changes: 3 additions & 3 deletions bins/spicemerge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "spicemerge"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
arcstr = "1"

scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.2", registry = "substrate", path = "../../libs/spice" }
scir = { version = "0.9.2", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }
18 changes: 18 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@
* spectre bumped from <=0.9.0 to <=0.9.1
* spice bumped from <=0.7.0 to <=0.7.1

## [0.10.3](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.10.2...codegen-v0.10.3) (2025-03-12)


### Bug Fixes

* **deps:** update deps to latest versions ([#617](https://github.com/ucb-substrate/substrate2/issues/617)) ([ce3d243](https://github.com/ucb-substrate/substrate2/commit/ce3d243cbc10d64086939e44963e3cef591d6bda))
* **schematic:** support accessing nested PEX data even upon additional nesting ([#621](https://github.com/ucb-substrate/substrate2/issues/621)) ([c1a28c3](https://github.com/ucb-substrate/substrate2/commit/c1a28c3dd9c8261218e29d3295f79b55f5eec277))


### Dependencies

* The following workspace dependencies were updated
* dev-dependencies
* substrate bumped from <=0.10.2 to <=0.10.3
* scir bumped from <=0.9.1 to <=0.9.2
* build-dependencies
* examples bumped from 0.2.0 to 0.2.1

## [0.10.2](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.10.1...codegen-v0.10.2) (2025-02-02)


Expand Down
Loading

0 comments on commit 53bbac4

Please sign in to comment.