Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku committed Jan 24, 2025
1 parent d8bc378 commit cf1d3c1
Show file tree
Hide file tree
Showing 64 changed files with 463 additions and 191 deletions.
50 changes: 25 additions & 25 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bins/cdl2spice": "0.2.0",
"codegen": "0.10.0",
"config": "0.4.0",
"bins/cdl2spice": "0.2.1",
"codegen": "0.10.1",
"config": "0.4.1",
"docs/snippets": "0.7.0",
"examples": "0.2.0",
"examples/latest/sky130_inverter": "0.0.0",
Expand All @@ -10,32 +10,32 @@
"examples/latest/vdivider": "0.0.0",
"examples/latest/via": "0.0.0",
"examples/latest/substrate_api_examples": "0.0.0",
"libs/cache": "0.7.0",
"libs/cache": "0.7.1",
"libs/diagnostics": "0.4.0",
"libs/enumify": "0.2.0",
"libs/enumify_macros": "0.3.0",
"libs/gds": "0.4.0",
"libs/gdsconv": "0.2.0",
"libs/geometry": "0.7.0",
"libs/geometry_macros": "0.1.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/geometry_macros": "0.1.1",
"libs/pathtree": "0.3.0",
"libs/scir": "0.9.0",
"libs/spice": "0.9.0",
"libs/layir": "0.2.0",
"libs/lefdef": "0.2.0",
"libs/scir": "0.9.1",
"libs/spice": "0.9.1",
"libs/layir": "0.2.1",
"libs/lefdef": "0.2.1",
"libs/macrotools": "0.2.0",
"libs/nutlex": "0.4.0",
"libs/type_dispatch": "0.5.0",
"libs/type_dispatch_macros": "0.4.0",
"libs/nutlex": "0.4.1",
"libs/type_dispatch": "0.5.1",
"libs/type_dispatch_macros": "0.4.1",
"libs/uniquify": "0.4.0",
"libs/verilog": "0.2.0",
"pdks/sky130": "0.10.0",
"substrate": "0.10.0",
"tools/magic": "0.2.0",
"libs/verilog": "0.2.1",
"pdks/sky130": "0.10.1",
"substrate": "0.10.1",
"tools/magic": "0.2.1",
"tools/netgen": "0.2.0",
"tools/ngspice": "0.5.0",
"tools/ngspice": "0.5.1",
"tools/pegasus": "0.2.0",
"tools/quantus": "0.2.0",
"tools/spectre": "0.11.0",
"tools/magic_netgen": "0.1.1"
"tools/quantus": "0.2.1",
"tools/spectre": "0.11.1",
"tools/magic_netgen": "0.1.2"
}
50 changes: 25 additions & 25 deletions Cargo.lock

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

11 changes: 11 additions & 0 deletions bins/cdl2spice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### Dependencies

* update dependencies ([0b87032](https://github.com/ucb-substrate/substrate2/commit/0b8703276631fbb19a958453394c981d6b092441))
* The following workspace dependencies were updated
* dependencies
* scir bumped from 0.9.0 to 0.9.1
* spice bumped from 0.9.0 to 0.9.1

## [0.2.0](https://github.com/ucb-substrate/substrate2/compare/cdl2spice-v0.1.0...cdl2spice-v0.2.0) (2025-01-23)


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.0"
version = "0.2.1"
edition = "2021"

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

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

## [0.10.1](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.10.0...codegen-v0.10.1) (2025-01-24)


### Dependencies

* update dependencies ([0b87032](https://github.com/ucb-substrate/substrate2/commit/0b8703276631fbb19a958453394c981d6b092441))
* update dependencies ([#538](https://github.com/ucb-substrate/substrate2/issues/538)) ([19438d6](https://github.com/ucb-substrate/substrate2/commit/19438d65ac7078a2a971b4147420364ca0717763))
* update deps, GH actions ([#551](https://github.com/ucb-substrate/substrate2/issues/551)) ([357e82a](https://github.com/ucb-substrate/substrate2/commit/357e82ae0a01317d3ad5afb33b5290d3ac10cd7a))
* The following workspace dependencies were updated
* dev-dependencies
* substrate bumped from <=0.10.0 to <=0.10.1
* scir bumped from <=0.9.0 to <=0.9.1

## [0.10.0](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.9.0...codegen-v0.10.0) (2025-01-23)


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

[dependencies]
Expand All @@ -15,8 +15,8 @@ snippets = { version = "0.7.0", registry = "substrate", path = "../docs/snippets
macrotools = { version = "0.2.0", registry = "substrate", path = "../libs/macrotools" }

[dev-dependencies]
substrate = { version = "<=0.10.0", registry = "substrate", path = "../substrate" }
scir = { version = "<=0.9.0", registry = "substrate", path = "../libs/scir" }
substrate = { version = "<=0.10.1", registry = "substrate", path = "../substrate" }
scir = { version = "<=0.9.1", registry = "substrate", path = "../libs/scir" }
arcstr = "1"
rust_decimal = "1.30"
rust_decimal_macros = "1.30"
Expand Down
10 changes: 10 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
* dependencies
* cache bumped from 0.4.0 to 0.5.0

## [0.4.1](https://github.com/ucb-substrate/substrate2/compare/config-v0.4.0...config-v0.4.1) (2025-01-24)


### Dependencies

* update dependencies ([#538](https://github.com/ucb-substrate/substrate2/issues/538)) ([19438d6](https://github.com/ucb-substrate/substrate2/commit/19438d65ac7078a2a971b4147420364ca0717763))
* The following workspace dependencies were updated
* dependencies
* cache bumped from 0.7.0 to 0.7.1

## [0.4.0](https://github.com/ucb-substrate/substrate2/compare/config-v0.3.0...config-v0.4.0) (2025-01-23)


Expand Down
4 changes: 2 additions & 2 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "config"
version = "0.4.0"
version = "0.4.1"
edition = "2021"

[dependencies]
Expand All @@ -11,7 +11,7 @@ toml_edit = "0.22"
log = "0.4"
toml = "0.8"

cache = { version = "0.7.0", registry = "substrate", path = "../libs/cache" }
cache = { version = "0.7.1", registry = "substrate", path = "../libs/cache" }

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.59"
Expand Down
Loading

0 comments on commit cf1d3c1

Please sign in to comment.