diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea2b8d6c..a2d98356 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", @@ -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" } diff --git a/Cargo.lock b/Cargo.lock index 64cdb076..0305d138 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,7 +397,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cache" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "backoff", @@ -441,7 +441,7 @@ dependencies = [ [[package]] name = "cdl2spice" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "arcstr", @@ -541,7 +541,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "codegen" -version = "0.10.0" +version = "0.10.1" dependencies = [ "arcstr", "convert_case 0.7.1", @@ -582,7 +582,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "config" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "cache", @@ -828,14 +828,14 @@ dependencies = [ [[package]] name = "enumify" -version = "0.2.0" +version = "0.2.1" dependencies = [ "enumify_macros", ] [[package]] name = "enumify_macros" -version = "0.3.0" +version = "0.3.1" dependencies = [ "convert_case 0.7.1", "darling", @@ -1007,7 +1007,7 @@ dependencies = [ [[package]] name = "gds" -version = "0.4.0" +version = "0.4.1" dependencies = [ "arcstr", "byteorder", @@ -1027,7 +1027,7 @@ dependencies = [ [[package]] name = "gdsconv" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arcstr", "gds", @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "geometry" -version = "0.7.0" +version = "0.7.1" dependencies = [ "array_map", "geometry_macros", @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "geometry_macros" -version = "0.1.0" +version = "0.1.1" dependencies = [ "darling", "macrotools", @@ -1412,7 +1412,7 @@ dependencies = [ [[package]] name = "layir" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arcstr", "geometry", @@ -1436,7 +1436,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lefdef" -version = "0.2.0" +version = "0.2.1" dependencies = [ "geometry", ] @@ -1488,7 +1488,7 @@ dependencies = [ [[package]] name = "magic" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "magic_netgen" -version = "0.1.1" +version = "0.1.2" dependencies = [ "magic", "netgen", @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "ngspice" -version = "0.5.0" +version = "0.5.1" dependencies = [ "approx", "arcstr", @@ -1733,7 +1733,7 @@ dependencies = [ [[package]] name = "nutlex" -version = "0.4.0" +version = "0.4.1" dependencies = [ "approx", "enumify", @@ -2119,7 +2119,7 @@ dependencies = [ [[package]] name = "quantus" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "lazy_static", @@ -2342,7 +2342,7 @@ dependencies = [ [[package]] name = "scir" -version = "0.9.0" +version = "0.9.1" dependencies = [ "arcstr", "diagnostics", @@ -2466,7 +2466,7 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "sky130" -version = "0.10.0" +version = "0.10.1" dependencies = [ "approx", "arcstr", @@ -2572,7 +2572,7 @@ dependencies = [ [[package]] name = "spectre" -version = "0.11.0" +version = "0.11.1" dependencies = [ "approx", "arcstr", @@ -2596,7 +2596,7 @@ dependencies = [ [[package]] name = "spice" -version = "0.9.0" +version = "0.9.1" dependencies = [ "arcstr", "ena", @@ -2642,7 +2642,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "substrate" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "approx", @@ -3106,7 +3106,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "type_dispatch" -version = "0.5.0" +version = "0.5.1" dependencies = [ "duplicate", "type_dispatch_macros", @@ -3114,7 +3114,7 @@ dependencies = [ [[package]] name = "type_dispatch_macros" -version = "0.4.0" +version = "0.4.1" dependencies = [ "itertools 0.14.0", "proc-macro-crate 3.2.0", @@ -3275,7 +3275,7 @@ dependencies = [ [[package]] name = "verilog" -version = "0.2.0" +version = "0.2.1" dependencies = [ "scir", ] diff --git a/bins/cdl2spice/CHANGELOG.md b/bins/cdl2spice/CHANGELOG.md index 8b6c4690..f2400f6a 100644 --- a/bins/cdl2spice/CHANGELOG.md +++ b/bins/cdl2spice/CHANGELOG.md @@ -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) diff --git a/bins/cdl2spice/Cargo.toml b/bins/cdl2spice/Cargo.toml index 9f82e16b..90373294 100644 --- a/bins/cdl2spice/Cargo.toml +++ b/bins/cdl2spice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cdl2spice" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] @@ -8,5 +8,5 @@ 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" } diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index c03ab942..01ce1693 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -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) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index fe6e4151..3898c00b 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen" -version = "0.10.0" +version = "0.10.1" edition = "2021" [dependencies] @@ -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" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index efbce0c7..0450c1e9 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -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) diff --git a/config/Cargo.toml b/config/Cargo.toml index f4d7128d..d07b9d24 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "config" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] @@ -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" diff --git a/examples/latest/colbuf/Cargo.toml b/examples/latest/colbuf/Cargo.toml index 902cb296..dd275275 100644 --- a/examples/latest/colbuf/Cargo.toml +++ b/examples/latest/colbuf/Cargo.toml @@ -5,12 +5,12 @@ edition = "2021" publish = false [dependencies] -substrate = { version = "0.10.0", registry = "substrate", path = "../../../substrate" } -spice = { version = "0.9.0", registry = "substrate", path = "../../../libs/spice" } -spectre = { version = "0.11.0", registry = "substrate", path = "../../../tools/spectre" } -ngspice = { version = "0.5.0", registry = "substrate", path = "../../../tools/ngspice" } -quantus = { version = "0.2.0", registry = "substrate", path = "../../../tools/quantus" } -magic_netgen = { version = "0.1.1", registry = "substrate", path = "../../../tools/magic_netgen" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../../substrate" } +spice = { version = "0.9.1", registry = "substrate", path = "../../../libs/spice" } +spectre = { version = "0.11.1", registry = "substrate", path = "../../../tools/spectre" } +ngspice = { version = "0.5.1", registry = "substrate", path = "../../../tools/ngspice" } +quantus = { version = "0.2.1", registry = "substrate", path = "../../../tools/quantus" } +magic_netgen = { version = "0.1.2", registry = "substrate", path = "../../../tools/magic_netgen" } rust_decimal = "1.36.0" rust_decimal_macros = "1.36.0" diff --git a/examples/latest/sky130_inverter/Cargo.toml b/examples/latest/sky130_inverter/Cargo.toml index ac1befd4..a1136c94 100644 --- a/examples/latest/sky130_inverter/Cargo.toml +++ b/examples/latest/sky130_inverter/Cargo.toml @@ -6,13 +6,13 @@ publish = false # begin-code-snippet dependencies [dependencies] -substrate = { version = "0.10.0", registry = "substrate", path = "../../../substrate" } -sky130 = { version = "0.10.0", registry = "substrate", path = "../../../pdks/sky130" } -layir = { version = "0.2.0", registry = "substrate", path = "../../../libs/layir" } -gdsconv = { version = "0.2.0", registry = "substrate", path = "../../../libs/gdsconv" } -gds = { version = "0.4.0", registry = "substrate", path = "../../../libs/gds" } -scir = { version = "0.9.0", registry = "substrate", path = "../../../libs/scir" } -spice = { version = "0.9.0", registry = "substrate", path = "../../../libs/spice" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../../substrate" } +sky130 = { version = "0.10.1", registry = "substrate", path = "../../../pdks/sky130" } +layir = { version = "0.2.1", registry = "substrate", path = "../../../libs/layir" } +gdsconv = { version = "0.2.1", registry = "substrate", path = "../../../libs/gdsconv" } +gds = { version = "0.4.1", registry = "substrate", path = "../../../libs/gds" } +scir = { version = "0.9.1", registry = "substrate", path = "../../../libs/scir" } +spice = { version = "0.9.1", registry = "substrate", path = "../../../libs/spice" } arcstr = "1" rust_decimal = "1" @@ -20,13 +20,13 @@ rust_decimal_macros = "1" # end-code-snippet dependencies # begin-code-snippet open-dependencies -ngspice = { version = "0.5.0", registry = "substrate", path = "../../../tools/ngspice" } -magic_netgen = { version = "0.1.1", registry = "substrate", path = "../../../tools/magic_netgen" } -magic = { version = "0.2.0", registry = "substrate", path = "../../../tools/magic" } +ngspice = { version = "0.5.1", registry = "substrate", path = "../../../tools/ngspice" } +magic_netgen = { version = "0.1.2", registry = "substrate", path = "../../../tools/magic_netgen" } +magic = { version = "0.2.1", registry = "substrate", path = "../../../tools/magic" } # end-code-snippet open-dependencies # begin-code-snippet cds-dependencies -spectre = { version = "0.11.0", registry = "substrate", path = "../../../tools/spectre" } -quantus = { version = "0.2.0", registry = "substrate", path = "../../../tools/quantus" } +spectre = { version = "0.11.1", registry = "substrate", path = "../../../tools/spectre" } +quantus = { version = "0.2.1", registry = "substrate", path = "../../../tools/quantus" } pegasus = { version = "0.2.0", registry = "substrate", path = "../../../tools/pegasus" } # end-code-snippet cds-dependencies diff --git a/examples/latest/spice_vdivider/Cargo.toml b/examples/latest/spice_vdivider/Cargo.toml index 97bbda98..b2b38591 100644 --- a/examples/latest/spice_vdivider/Cargo.toml +++ b/examples/latest/spice_vdivider/Cargo.toml @@ -6,8 +6,8 @@ publish = false # begin-code-snippet dependencies [dependencies] -substrate = { version = "0.10.0", registry = "substrate", path = "../../../substrate" } -spice = { version = "0.9.0", registry = "substrate", path = "../../../libs/spice" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../../substrate" } +spice = { version = "0.9.1", registry = "substrate", path = "../../../libs/spice" } rust_decimal = "1" rust_decimal_macros = "1" diff --git a/examples/latest/substrate_api_examples/Cargo.toml b/examples/latest/substrate_api_examples/Cargo.toml index a02b98a9..eb5ea6a5 100644 --- a/examples/latest/substrate_api_examples/Cargo.toml +++ b/examples/latest/substrate_api_examples/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" publish = false [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" diff --git a/examples/latest/vdivider/Cargo.toml b/examples/latest/vdivider/Cargo.toml index 64dd35e6..3b115242 100644 --- a/examples/latest/vdivider/Cargo.toml +++ b/examples/latest/vdivider/Cargo.toml @@ -9,8 +9,8 @@ arcstr = { version = "1", features = ["serde"] } rust_decimal = "1" rust_decimal_macros = "1" serde = { version = "1.0.217", features = ["derive"] } -substrate = { version = "0.10.0", registry = "substrate", path = "../../../substrate" } -spectre = { version = "0.11.0", registry = "substrate", path = "../../../tools/spectre" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../../substrate" } +spectre = { version = "0.11.1", registry = "substrate", path = "../../../tools/spectre" } [dev-dependencies] approx = "0.5" diff --git a/examples/latest/via/Cargo.toml b/examples/latest/via/Cargo.toml index e994e0a9..6e75be3e 100644 --- a/examples/latest/via/Cargo.toml +++ b/examples/latest/via/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" publish = false [dependencies] -substrate = { version = "0.10.0", registry = "substrate", path = "../../../substrate" } -layir = { version = "0.2.0", registry = "substrate", path = "../../../libs/layir" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../../substrate" } +layir = { version = "0.2.1", registry = "substrate", path = "../../../libs/layir" } diff --git a/examples/release/colbuf/Cargo.toml b/examples/release/colbuf/Cargo.toml index 24f3d451..2f71c8b3 100644 --- a/examples/release/colbuf/Cargo.toml +++ b/examples/release/colbuf/Cargo.toml @@ -5,12 +5,12 @@ edition = "2021" publish = false [dependencies] -substrate = { version = "0.10.0", registry = "substrate" } -spice = { version = "0.9.0", registry = "substrate" } -spectre = { version = "0.11.0", registry = "substrate" } -ngspice = { version = "0.5.0", registry = "substrate" } -quantus = { version = "0.2.0", registry = "substrate" } -magic_netgen = { version = "0.1.1", registry = "substrate" } +substrate = { version = "0.10.1", registry = "substrate" } +spice = { version = "0.9.1", registry = "substrate" } +spectre = { version = "0.11.1", registry = "substrate" } +ngspice = { version = "0.5.1", registry = "substrate" } +quantus = { version = "0.2.1", registry = "substrate" } +magic_netgen = { version = "0.1.2", registry = "substrate" } rust_decimal = "1.36.0" rust_decimal_macros = "1.36.0" diff --git a/examples/release/sky130_inverter/Cargo.toml b/examples/release/sky130_inverter/Cargo.toml index 531051e0..4002af27 100644 --- a/examples/release/sky130_inverter/Cargo.toml +++ b/examples/release/sky130_inverter/Cargo.toml @@ -6,27 +6,27 @@ publish = false # begin-code-snippet dependencies [dependencies] -substrate = { version = "0.10.0", registry = "substrate" } -sky130 = { version = "0.10.0", registry = "substrate" } -layir = { version = "0.2.0", registry = "substrate" } -gdsconv = { version = "0.2.0", registry = "substrate" } -gds = { version = "0.4.0", registry = "substrate" } -scir = { version = "0.9.0", registry = "substrate" } -spice = { version = "0.9.0", registry = "substrate" } +substrate = { version = "0.10.1", registry = "substrate" } +sky130 = { version = "0.10.1", registry = "substrate" } +layir = { version = "0.2.1", registry = "substrate" } +gdsconv = { version = "0.2.1", registry = "substrate" } +gds = { version = "0.4.1", registry = "substrate" } +scir = { version = "0.9.1", registry = "substrate" } +spice = { version = "0.9.1", registry = "substrate" } arcstr = "1" -rust_decimal = "1.30" -rust_decimal_macros = "1.30" +rust_decimal = "1" +rust_decimal_macros = "1" # end-code-snippet dependencies # begin-code-snippet open-dependencies -ngspice = { version = "0.5.0", registry = "substrate" } -magic_netgen = { version = "0.1.1", registry = "substrate" } -magic = { version = "0.2.0", registry = "substrate" } +ngspice = { version = "0.5.1", registry = "substrate" } +magic_netgen = { version = "0.1.2", registry = "substrate" } +magic = { version = "0.2.1", registry = "substrate" } # end-code-snippet open-dependencies # begin-code-snippet cds-dependencies -spectre = { version = "0.11.0", registry = "substrate" } -quantus = { version = "0.2.0", registry = "substrate" } -pegasus = { version = "0.2.0", registry = "substrate" } +spectre = { version = "0.11.1", registry = "substrate" } +quantus = { version = "0.2.1", registry = "substrate" } +pegasus = { version = "0.2.0", registry = "substrate", path = "../../../tools/pegasus" } # end-code-snippet cds-dependencies diff --git a/examples/release/spice_vdivider/Cargo.toml b/examples/release/spice_vdivider/Cargo.toml index d6e3bdea..4941c206 100644 --- a/examples/release/spice_vdivider/Cargo.toml +++ b/examples/release/spice_vdivider/Cargo.toml @@ -6,9 +6,9 @@ publish = false # begin-code-snippet dependencies [dependencies] -substrate = { version = "0.10.0", registry = "substrate" } -spice = { version = "0.9.0", registry = "substrate" } +substrate = { version = "0.10.1", registry = "substrate" } +spice = { version = "0.9.1", registry = "substrate" } -rust_decimal = "1.30" -rust_decimal_macros = "1.30" +rust_decimal = "1" +rust_decimal_macros = "1" # end-code-snippet dependencies diff --git a/examples/release/substrate_api_examples/Cargo.toml b/examples/release/substrate_api_examples/Cargo.toml index 1ab48898..9efafab0 100644 --- a/examples/release/substrate_api_examples/Cargo.toml +++ b/examples/release/substrate_api_examples/Cargo.toml @@ -5,9 +5,8 @@ edition = "2021" publish = false [dependencies] -substrate = { version = "0.10.0", registry = "substrate" } -scir = { version = "0.9.0", registry = "substrate" } +substrate = { version = "0.10.1", registry = "substrate" } +scir = { version = "0.9.1", registry = "substrate" } arcstr = "1" -rust_decimal = "1.30" -rust_decimal_macros = "1.30" +rust_decimal = "1" diff --git a/examples/release/vdivider/Cargo.toml b/examples/release/vdivider/Cargo.toml index 15d3fafb..9824d1ce 100644 --- a/examples/release/vdivider/Cargo.toml +++ b/examples/release/vdivider/Cargo.toml @@ -9,8 +9,8 @@ arcstr = { version = "1", features = ["serde"] } rust_decimal = "1" rust_decimal_macros = "1" serde = { version = "1.0.217", features = ["derive"] } -substrate = { version = "0.10.0", registry = "substrate" } -spectre = { version = "0.11.0", registry = "substrate" } +substrate = { version = "0.10.1", registry = "substrate" } +spectre = { version = "0.11.1", registry = "substrate" } [dev-dependencies] approx = "0.5" diff --git a/examples/release/via/Cargo.toml b/examples/release/via/Cargo.toml index 1fb04f5d..f91bbf22 100644 --- a/examples/release/via/Cargo.toml +++ b/examples/release/via/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" publish = false [dependencies] -substrate = { version = "0.10.0", registry = "substrate" } -layir = { version = "0.2.0", registry = "substrate" } +substrate = { version = "0.10.1", registry = "substrate" } +layir = { version = "0.2.1", registry = "substrate" } diff --git a/libs/cache/CHANGELOG.md b/libs/cache/CHANGELOG.md index cb423a50..afb53252 100644 --- a/libs/cache/CHANGELOG.md +++ b/libs/cache/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.7.1](https://github.com/ucb-substrate/substrate2/compare/cache-v0.7.0...cache-v0.7.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)) + ## [0.7.0](https://github.com/ucb-substrate/substrate2/compare/cache-v0.6.0...cache-v0.7.0) (2025-01-23) diff --git a/libs/cache/Cargo.toml b/libs/cache/Cargo.toml index 90b11166..22e31190 100644 --- a/libs/cache/Cargo.toml +++ b/libs/cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cache" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "A general purpose cache with possibly multiple remote servers for storing and retrieving data." license = "BSD-3-Clause" diff --git a/libs/enumify/CHANGELOG.md b/libs/enumify/CHANGELOG.md index d9e93c4c..2887871c 100644 --- a/libs/enumify/CHANGELOG.md +++ b/libs/enumify/CHANGELOG.md @@ -4,6 +4,10 @@ * dependencies * enumify_macros bumped from 0.1.0 to 0.2.0 +* The following workspace dependencies were updated + * dependencies + * enumify_macros bumped from 0.3.0 to 0.3.1 + ## [0.2.0](https://github.com/ucb-substrate/substrate2/compare/enumify-v0.1.1...enumify-v0.2.0) (2025-01-23) diff --git a/libs/enumify/Cargo.toml b/libs/enumify/Cargo.toml index 7a97f379..f23e488a 100644 --- a/libs/enumify/Cargo.toml +++ b/libs/enumify/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "enumify" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] -enumify_macros = { version = "0.3.0", registry = "substrate", path = "../enumify_macros" } +enumify_macros = { version = "0.3.1", registry = "substrate", path = "../enumify_macros" } diff --git a/libs/enumify_macros/CHANGELOG.md b/libs/enumify_macros/CHANGELOG.md index 974da665..fe4b5871 100644 --- a/libs/enumify_macros/CHANGELOG.md +++ b/libs/enumify_macros/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/ucb-substrate/substrate2/compare/enumify_macros-v0.3.0...enumify_macros-v0.3.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)) + ## [0.3.0](https://github.com/ucb-substrate/substrate2/compare/enumify_macros-v0.2.0...enumify_macros-v0.3.0) (2025-01-23) diff --git a/libs/enumify_macros/Cargo.toml b/libs/enumify_macros/Cargo.toml index bb7316d2..45e7f741 100644 --- a/libs/enumify_macros/Cargo.toml +++ b/libs/enumify_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enumify_macros" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Macros for the enumify crate" license = "BSD-3-Clause" diff --git a/libs/gds/CHANGELOG.md b/libs/gds/CHANGELOG.md index 10742d8e..99d1932a 100644 --- a/libs/gds/CHANGELOG.md +++ b/libs/gds/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.1](https://github.com/ucb-substrate/substrate2/compare/gds-v0.4.0...gds-v0.4.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)) + ## [0.4.0](https://github.com/ucb-substrate/substrate2/compare/gds-v0.3.1...gds-v0.4.0) (2025-01-23) diff --git a/libs/gds/Cargo.toml b/libs/gds/Cargo.toml index a9251df9..df0a4836 100644 --- a/libs/gds/Cargo.toml +++ b/libs/gds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gds" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/libs/gdsconv/CHANGELOG.md b/libs/gdsconv/CHANGELOG.md index ea90f7be..1c477245 100644 --- a/libs/gdsconv/CHANGELOG.md +++ b/libs/gdsconv/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.1](https://github.com/ucb-substrate/substrate2/compare/gdsconv-v0.2.0...gdsconv-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 + * layir bumped from 0.2.0 to 0.2.1 + * gds bumped from 0.4.0 to 0.4.1 + * geometry bumped from 0.7.0 to 0.7.1 + ## [0.2.0](https://github.com/ucb-substrate/substrate2/compare/gdsconv-v0.1.0...gdsconv-v0.2.0) (2025-01-23) diff --git a/libs/gdsconv/Cargo.toml b/libs/gdsconv/Cargo.toml index be752e73..174d144e 100644 --- a/libs/gdsconv/Cargo.toml +++ b/libs/gdsconv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gdsconv" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] @@ -9,6 +9,6 @@ tracing = "0.1" slotmap = "1" serde = { version = "1", features = ["derive"] } -layir = { version = "0.2.0", registry = "substrate", path = "../layir" } -gds = { version = "0.4.0", registry = "substrate", path = "../gds" } -geometry = { version = "0.7.0", registry = "substrate", path = "../geometry" } +layir = { version = "0.2.1", registry = "substrate", path = "../layir" } +gds = { version = "0.4.1", registry = "substrate", path = "../gds" } +geometry = { version = "0.7.1", registry = "substrate", path = "../geometry" } diff --git a/libs/geometry/CHANGELOG.md b/libs/geometry/CHANGELOG.md index 33120050..13801308 100644 --- a/libs/geometry/CHANGELOG.md +++ b/libs/geometry/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.7.1](https://github.com/ucb-substrate/substrate2/compare/geometry-v0.7.0...geometry-v0.7.1) (2025-01-24) + + +### Dependencies + +* update dependencies ([0b87032](https://github.com/ucb-substrate/substrate2/commit/0b8703276631fbb19a958453394c981d6b092441)) +* The following workspace dependencies were updated + * dependencies + * geometry_macros bumped from 0.1.0 to 0.1.1 + ## [0.7.0](https://github.com/ucb-substrate/substrate2/compare/geometry-v0.6.0...geometry-v0.7.0) (2025-01-23) diff --git a/libs/geometry/Cargo.toml b/libs/geometry/Cargo.toml index 2dbf91d1..e4762ee8 100644 --- a/libs/geometry/Cargo.toml +++ b/libs/geometry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geometry" -version = "0.7.0" +version = "0.7.1" edition = "2021" [dependencies] @@ -9,4 +9,4 @@ array_map = { version = "0.4", features = ["derive", "serde", "std"] } impl-trait-for-tuples = "0.2" num-rational = "0.4" -geometry_macros = { version = "0.1.0", registry = "substrate", path = "../geometry_macros" } +geometry_macros = { version = "0.1.1", registry = "substrate", path = "../geometry_macros" } diff --git a/libs/geometry_macros/CHANGELOG.md b/libs/geometry_macros/CHANGELOG.md new file mode 100644 index 00000000..97526c49 --- /dev/null +++ b/libs/geometry_macros/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.1.1](https://github.com/ucb-substrate/substrate2/compare/geometry_macros-v0.1.0...geometry_macros-v0.1.1) (2025-01-24) + + +### Features + +* **geometry:** release geometry_macros ([#539](https://github.com/ucb-substrate/substrate2/issues/539)) ([ed21f1d](https://github.com/ucb-substrate/substrate2/commit/ed21f1d9921f44038655fa6afaf05a2d442541ef)) + + +### Dependencies + +* update dependencies ([0b87032](https://github.com/ucb-substrate/substrate2/commit/0b8703276631fbb19a958453394c981d6b092441)) +* update deps, GH actions ([#551](https://github.com/ucb-substrate/substrate2/issues/551)) ([357e82a](https://github.com/ucb-substrate/substrate2/commit/357e82ae0a01317d3ad5afb33b5290d3ac10cd7a)) diff --git a/libs/geometry_macros/Cargo.toml b/libs/geometry_macros/Cargo.toml index e3bf3cd6..b97c95c5 100644 --- a/libs/geometry_macros/Cargo.toml +++ b/libs/geometry_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geometry_macros" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] diff --git a/libs/layir/CHANGELOG.md b/libs/layir/CHANGELOG.md index 4b2f852d..723c6865 100644 --- a/libs/layir/CHANGELOG.md +++ b/libs/layir/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.1](https://github.com/ucb-substrate/substrate2/compare/layir-v0.2.0...layir-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 + * geometry bumped from 0.7.0 to 0.7.1 + ## [0.2.0](https://github.com/ucb-substrate/substrate2/compare/layir-v0.1.0...layir-v0.2.0) (2025-01-23) diff --git a/libs/layir/Cargo.toml b/libs/layir/Cargo.toml index a342e003..00a6ba9b 100644 --- a/libs/layir/Cargo.toml +++ b/libs/layir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "layir" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] @@ -10,5 +10,5 @@ serde = "1" indexmap = { version = "2", features = ["serde"] } uniquify = { version = "0.4.0", registry = "substrate", path = "../uniquify" } -geometry = { version = "0.7.0", registry = "substrate", path = "../geometry" } +geometry = { version = "0.7.1", registry = "substrate", path = "../geometry" } diff --git a/libs/lefdef/CHANGELOG.md b/libs/lefdef/CHANGELOG.md index 131ac175..4c98c0e5 100644 --- a/libs/lefdef/CHANGELOG.md +++ b/libs/lefdef/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +* The following workspace dependencies were updated + * dependencies + * geometry bumped from 0.7.0 to 0.7.1 + ## [0.2.0](https://github.com/ucb-substrate/substrate2/compare/lefdef-v0.1.0...lefdef-v0.2.0) (2025-01-23) diff --git a/libs/lefdef/Cargo.toml b/libs/lefdef/Cargo.toml index 954cadd3..93dbc801 100644 --- a/libs/lefdef/Cargo.toml +++ b/libs/lefdef/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lefdef" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] -geometry = { version = "0.7.0", registry = "substrate", path = "../geometry" } +geometry = { version = "0.7.1", registry = "substrate", path = "../geometry" } diff --git a/libs/nutlex/CHANGELOG.md b/libs/nutlex/CHANGELOG.md index 94a5a61c..024dfe07 100644 --- a/libs/nutlex/CHANGELOG.md +++ b/libs/nutlex/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.1](https://github.com/ucb-substrate/substrate2/compare/nutlex-v0.4.0...nutlex-v0.4.1) (2025-01-24) + + +### Dependencies + +* 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 + * dependencies + * enumify bumped from 0.2.0 to 0.2.1 + ## [0.4.0](https://github.com/ucb-substrate/substrate2/compare/nutlex-v0.3.0...nutlex-v0.4.0) (2025-01-23) diff --git a/libs/nutlex/Cargo.toml b/libs/nutlex/Cargo.toml index fc53e16e..a69aebf5 100644 --- a/libs/nutlex/Cargo.toml +++ b/libs/nutlex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nutlex" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Parses SPICE nutmeg files (aka rawfiles)" @@ -9,7 +9,7 @@ nom = "7.1" serde = { version = "1", features = ["derive"] } thiserror = "2" -enumify = { version = "0.2.0", path = "../enumify", registry = "substrate" } +enumify = { version = "0.2.1", path = "../enumify", registry = "substrate" } [dev-dependencies] approx = "0.5" diff --git a/libs/scir/CHANGELOG.md b/libs/scir/CHANGELOG.md index a121a1c4..a6786019 100644 --- a/libs/scir/CHANGELOG.md +++ b/libs/scir/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.9.1](https://github.com/ucb-substrate/substrate2/compare/scir-v0.9.0...scir-v0.9.1) (2025-01-24) + + +### Dependencies + +* bump thiserror to v2 ([206a09e](https://github.com/ucb-substrate/substrate2/commit/206a09e01540b4e4a2b0d8b4c6e20619f35a8452)) +* update dependencies ([0b87032](https://github.com/ucb-substrate/substrate2/commit/0b8703276631fbb19a958453394c981d6b092441)) +* The following workspace dependencies were updated + * dependencies + * enumify bumped from 0.2.0 to 0.2.1 + ## [0.9.0](https://github.com/ucb-substrate/substrate2/compare/scir-v0.8.0...scir-v0.9.0) (2025-01-23) diff --git a/libs/scir/Cargo.toml b/libs/scir/Cargo.toml index f8c9d4d0..9a37ad06 100644 --- a/libs/scir/Cargo.toml +++ b/libs/scir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scir" -version = "0.9.0" +version = "0.9.1" edition = "2021" [dependencies] @@ -13,7 +13,7 @@ thiserror = "2" diagnostics = { version = "0.4.0", path = "../diagnostics", registry = "substrate" } uniquify = { version = "0.4.0", path = "../uniquify", registry = "substrate" } -enumify = { version = "0.2.0", path = "../enumify", registry = "substrate" } +enumify = { version = "0.2.1", path = "../enumify", registry = "substrate" } [dev-dependencies] tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } diff --git a/libs/spice/CHANGELOG.md b/libs/spice/CHANGELOG.md index 1534b5fc..6ce25dfb 100644 --- a/libs/spice/CHANGELOG.md +++ b/libs/spice/CHANGELOG.md @@ -4,6 +4,20 @@ * dependencies * substrate bumped from 0.8.0 to 0.8.1 +## [0.9.1](https://github.com/ucb-substrate/substrate2/compare/spice-v0.9.0...spice-v0.9.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 + * dependencies + * scir bumped from 0.9.0 to 0.9.1 + * substrate bumped from 0.10.0 to 0.10.1 + * enumify bumped from 0.2.0 to 0.2.1 + ## [0.9.0](https://github.com/ucb-substrate/substrate2/compare/spice-v0.8.0...spice-v0.9.0) (2025-01-23) diff --git a/libs/spice/Cargo.toml b/libs/spice/Cargo.toml index 3b9a83cb..612496f8 100644 --- a/libs/spice/Cargo.toml +++ b/libs/spice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spice" -version = "0.9.0" +version = "0.9.1" edition = "2021" [dependencies] @@ -17,6 +17,6 @@ regex = "1" lazy_static = "1" num-traits = "0.2" -scir = { version = "0.9.0", registry = "substrate", path = "../scir" } -substrate = { version = "0.10.0", registry = "substrate", path = "../../substrate" } -enumify = { version = "0.2.0", registry = "substrate", path = "../enumify" } +scir = { version = "0.9.1", registry = "substrate", path = "../scir" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../substrate" } +enumify = { version = "0.2.1", registry = "substrate", path = "../enumify" } diff --git a/libs/type_dispatch/CHANGELOG.md b/libs/type_dispatch/CHANGELOG.md index 60f3a9ef..ad1cc663 100644 --- a/libs/type_dispatch/CHANGELOG.md +++ b/libs/type_dispatch/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.1](https://github.com/ucb-substrate/substrate2/compare/type_dispatch-v0.5.0...type_dispatch-v0.5.1) (2025-01-24) + + +### Dependencies + +* update dependencies ([0b87032](https://github.com/ucb-substrate/substrate2/commit/0b8703276631fbb19a958453394c981d6b092441)) +* 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 + * dependencies + * type_dispatch_macros bumped from 0.4.0 to 0.4.1 + ## [0.5.0](https://github.com/ucb-substrate/substrate2/compare/type_dispatch-v0.4.0...type_dispatch-v0.5.0) (2025-01-23) diff --git a/libs/type_dispatch/Cargo.toml b/libs/type_dispatch/Cargo.toml index 45f7ed34..7d2c4686 100644 --- a/libs/type_dispatch/Cargo.toml +++ b/libs/type_dispatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "type_dispatch" -version = "0.5.0" +version = "0.5.1" edition = "2021" description = "Utilities for dispatching functions, constants, and trait implementations based on types." license = "BSD-3-Clause" @@ -8,5 +8,5 @@ license = "BSD-3-Clause" [dependencies] duplicate = "2" -type_dispatch_macros = { version = "0.4.0", registry = "substrate", path = "../type_dispatch_macros" } +type_dispatch_macros = { version = "0.4.1", registry = "substrate", path = "../type_dispatch_macros" } diff --git a/libs/type_dispatch_macros/CHANGELOG.md b/libs/type_dispatch_macros/CHANGELOG.md index ace565ce..d171337d 100644 --- a/libs/type_dispatch_macros/CHANGELOG.md +++ b/libs/type_dispatch_macros/CHANGELOG.md @@ -4,6 +4,18 @@ * dev-dependencies * type_dispatch bumped from <=0.3.0 to <=0.4.0 +## [0.4.1](https://github.com/ucb-substrate/substrate2/compare/type_dispatch_macros-v0.4.0...type_dispatch_macros-v0.4.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 + * type_dispatch bumped from <=0.5.0 to <=0.5.1 + ## [0.4.0](https://github.com/ucb-substrate/substrate2/compare/type_dispatch_macros-v0.3.1...type_dispatch_macros-v0.4.0) (2025-01-23) diff --git a/libs/type_dispatch_macros/Cargo.toml b/libs/type_dispatch_macros/Cargo.toml index ab653e1c..87e2fd22 100644 --- a/libs/type_dispatch_macros/Cargo.toml +++ b/libs/type_dispatch_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "type_dispatch_macros" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Macros for the `type_dispatch` crate." license = "BSD-3-Clause" @@ -13,7 +13,7 @@ proc-macro-crate = "3" itertools = "0.14" [dev-dependencies] -type_dispatch = { version = "<=0.5.0", registry = "substrate", path = "../type_dispatch" } +type_dispatch = { version = "<=0.5.1", registry = "substrate", path = "../type_dispatch" } [lib] proc-macro = true diff --git a/libs/verilog/CHANGELOG.md b/libs/verilog/CHANGELOG.md index d398821d..6535c02e 100644 --- a/libs/verilog/CHANGELOG.md +++ b/libs/verilog/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +* The following workspace dependencies were updated + * dependencies + * scir bumped from 0.9.0 to 0.9.1 + ## [0.2.0](https://github.com/ucb-substrate/substrate2/compare/verilog-v0.1.0...verilog-v0.2.0) (2025-01-23) diff --git a/libs/verilog/Cargo.toml b/libs/verilog/Cargo.toml index 0718587f..d152fd39 100644 --- a/libs/verilog/Cargo.toml +++ b/libs/verilog/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "verilog" -version = "0.2.0" +version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -scir = { version = "0.9.0", registry = "substrate", path = "../scir" } +scir = { version = "0.9.1", registry = "substrate", path = "../scir" } diff --git a/pdks/sky130/CHANGELOG.md b/pdks/sky130/CHANGELOG.md index 4f2728e7..73e26629 100644 --- a/pdks/sky130/CHANGELOG.md +++ b/pdks/sky130/CHANGELOG.md @@ -25,6 +25,25 @@ * ngspice bumped from 0.3.0 to 0.3.1 * spice bumped from 0.7.0 to 0.7.1 +## [0.10.1](https://github.com/ucb-substrate/substrate2/compare/sky130-v0.10.0...sky130-v0.10.1) (2025-01-24) + + +### Dependencies + +* update dependencies ([0b87032](https://github.com/ucb-substrate/substrate2/commit/0b8703276631fbb19a958453394c981d6b092441)) +* The following workspace dependencies were updated + * dependencies + * substrate bumped from 0.10.0 to 0.10.1 + * scir bumped from 0.9.0 to 0.9.1 + * layir bumped from 0.2.0 to 0.2.1 + * gdsconv bumped from 0.2.0 to 0.2.1 + * gds bumped from 0.4.0 to 0.4.1 + * spectre bumped from 0.11.0 to 0.11.1 + * ngspice bumped from 0.5.0 to 0.5.1 + * spice bumped from 0.9.0 to 0.9.1 + * geometry_macros bumped from 0.1.0 to 0.1.1 + * geometry bumped from 0.7.0 to 0.7.1 + ## [0.10.0](https://github.com/ucb-substrate/substrate2/compare/sky130-v0.9.0...sky130-v0.10.0) (2025-01-23) diff --git a/pdks/sky130/Cargo.toml b/pdks/sky130/Cargo.toml index a27de665..d03c9aa5 100644 --- a/pdks/sky130/Cargo.toml +++ b/pdks/sky130/Cargo.toml @@ -1,19 +1,19 @@ [package] name = "sky130" -version = "0.10.0" +version = "0.10.1" edition = "2021" [dependencies] -substrate = { version = "0.10.0", registry = "substrate", path = "../../substrate" } -scir = { version = "0.9.0", registry = "substrate", path = "../../libs/scir" } -layir = { version = "0.2.0", registry = "substrate", path = "../../libs/layir" } -gdsconv = { version = "0.2.0", registry = "substrate", path = "../../libs/gdsconv" } -gds = { version = "0.4.0", registry = "substrate", path = "../../libs/gds" } -spectre = { version = "0.11.0", registry = "substrate", path = "../../tools/spectre" } -ngspice = { version = "0.5.0", registry = "substrate", path = "../../tools/ngspice" } -spice = { version = "0.9.0", registry = "substrate", path = "../../libs/spice" } -geometry_macros = { version = "0.1.0", registry = "substrate", path = "../../libs/geometry_macros" } -geometry = { version = "0.7.0", registry = "substrate", path = "../../libs/geometry" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../substrate" } +scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" } +layir = { version = "0.2.1", registry = "substrate", path = "../../libs/layir" } +gdsconv = { version = "0.2.1", registry = "substrate", path = "../../libs/gdsconv" } +gds = { version = "0.4.1", registry = "substrate", path = "../../libs/gds" } +spectre = { version = "0.11.1", registry = "substrate", path = "../../tools/spectre" } +ngspice = { version = "0.5.1", registry = "substrate", path = "../../tools/ngspice" } +spice = { version = "0.9.1", registry = "substrate", path = "../../libs/spice" } +geometry_macros = { version = "0.1.1", registry = "substrate", path = "../../libs/geometry_macros" } +geometry = { version = "0.7.1", registry = "substrate", path = "../../libs/geometry" } rust_decimal = "1" rust_decimal_macros = "1" diff --git a/substrate/CHANGELOG.md b/substrate/CHANGELOG.md index 93e6a799..c216485f 100644 --- a/substrate/CHANGELOG.md +++ b/substrate/CHANGELOG.md @@ -24,6 +24,27 @@ * 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/substrate-v0.10.0...substrate-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 + * dependencies + * config bumped from 0.4.0 to 0.4.1 + * cache bumped from 0.7.0 to 0.7.1 + * codegen bumped from 0.10.0 to 0.10.1 + * layir bumped from 0.2.0 to 0.2.1 + * geometry bumped from 0.7.0 to 0.7.1 + * gds bumped from 0.4.0 to 0.4.1 + * gdsconv bumped from 0.2.0 to 0.2.1 + * enumify bumped from 0.2.0 to 0.2.1 + * scir bumped from 0.9.0 to 0.9.1 + * type_dispatch bumped from 0.5.0 to 0.5.1 + ## [0.10.0](https://github.com/ucb-substrate/substrate2/compare/substrate-v0.9.0...substrate-v0.10.0) (2025-01-23) diff --git a/substrate/Cargo.toml b/substrate/Cargo.toml index af962013..eb17aaab 100644 --- a/substrate/Cargo.toml +++ b/substrate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate" -version = "0.10.0" +version = "0.10.1" edition = "2021" [dependencies] @@ -24,18 +24,18 @@ num = { version = "0.4", features = ["serde"] } splines = { version = "4", features = ["serde"] } derive-where = "1" -config = { version = "0.4.0", registry = "substrate", path = "../config" } +config = { version = "0.4.1", registry = "substrate", path = "../config" } snippets = { version = "0.7.0", registry = "substrate", path = "../docs/snippets" } -cache = { version = "0.7.0", registry = "substrate", path = "../libs/cache" } -codegen = { version = "0.10.0", registry = "substrate", path = "../codegen" } -layir = { version = "0.2.0", registry = "substrate", path = "../libs/layir" } -geometry = { version = "0.7.0", registry = "substrate", path = "../libs/geometry" } -gds = { version = "0.4.0", registry = "substrate", path = "../libs/gds" } -gdsconv = { version = "0.2.0", registry = "substrate", path = "../libs/gdsconv" } -enumify = { version = "0.2.0", registry = "substrate", path = "../libs/enumify" } -scir = { version = "0.9.0", registry = "substrate", path = "../libs/scir" } +cache = { version = "0.7.1", registry = "substrate", path = "../libs/cache" } +codegen = { version = "0.10.1", registry = "substrate", path = "../codegen" } +layir = { version = "0.2.1", registry = "substrate", path = "../libs/layir" } +geometry = { version = "0.7.1", registry = "substrate", path = "../libs/geometry" } +gds = { version = "0.4.1", registry = "substrate", path = "../libs/gds" } +gdsconv = { version = "0.2.1", registry = "substrate", path = "../libs/gdsconv" } +enumify = { version = "0.2.1", registry = "substrate", path = "../libs/enumify" } +scir = { version = "0.9.1", registry = "substrate", path = "../libs/scir" } pathtree = { version = "0.3.0", registry = "substrate", path = "../libs/pathtree" } -type_dispatch = { version = "0.5.0", registry = "substrate", path = "../libs/type_dispatch" } +type_dispatch = { version = "0.5.1", registry = "substrate", path = "../libs/type_dispatch" } uniquify = { version = "0.4.0", registry = "substrate", path = "../libs/uniquify" } [dev-dependencies] diff --git a/tools/magic/CHANGELOG.md b/tools/magic/CHANGELOG.md index beec35dd..c9485e6d 100644 --- a/tools/magic/CHANGELOG.md +++ b/tools/magic/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/ucb-substrate/substrate2/compare/magic-v0.2.0...magic-v0.2.1) (2025-01-24) + + +### Features + +* **docs:** document DRC parameters for Magic DRC ([#527](https://github.com/ucb-substrate/substrate2/issues/527)) ([d55c926](https://github.com/ucb-substrate/substrate2/commit/d55c926d8fbaba720394ab4c69d01e28905bc1b9)) + ## [0.2.0](https://github.com/ucb-substrate/substrate2/compare/magic-v0.1.0...magic-v0.2.0) (2025-01-23) diff --git a/tools/magic/Cargo.toml b/tools/magic/Cargo.toml index 6edc08f3..15bab458 100644 --- a/tools/magic/Cargo.toml +++ b/tools/magic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magic" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] diff --git a/tools/magic_netgen/CHANGELOG.md b/tools/magic_netgen/CHANGELOG.md index 85475b0a..5e137e11 100644 --- a/tools/magic_netgen/CHANGELOG.md +++ b/tools/magic_netgen/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +* The following workspace dependencies were updated + * dependencies + * substrate bumped from 0.10.0 to 0.10.1 + * scir bumped from 0.9.0 to 0.9.1 + * spice bumped from 0.9.0 to 0.9.1 + * magic bumped from 0.2.0 to 0.2.1 + ## [0.1.1](https://github.com/ucb-substrate/substrate2/compare/magic_netgen-v0.1.0...magic_netgen-v0.1.1) (2025-01-23) diff --git a/tools/magic_netgen/Cargo.toml b/tools/magic_netgen/Cargo.toml index 5473aba9..69a42ceb 100644 --- a/tools/magic_netgen/Cargo.toml +++ b/tools/magic_netgen/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "magic_netgen" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] -substrate = { version = "0.10.0", registry = "substrate", path = "../../substrate" } -scir = { version = "0.9.0", registry = "substrate", path = "../../libs/scir" } -spice = { version = "0.9.0", registry = "substrate", path = "../../libs/spice" } -magic = { version = "0.2.0", registry = "substrate", path = "../magic" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../substrate" } +scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" } +spice = { version = "0.9.1", registry = "substrate", path = "../../libs/spice" } +magic = { version = "0.2.1", registry = "substrate", path = "../magic" } netgen = { version = "0.2.0", registry = "substrate", path = "../netgen" } diff --git a/tools/ngspice/CHANGELOG.md b/tools/ngspice/CHANGELOG.md index d918b7a2..786b3532 100644 --- a/tools/ngspice/CHANGELOG.md +++ b/tools/ngspice/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.1](https://github.com/ucb-substrate/substrate2/compare/ngspice-v0.5.0...ngspice-v0.5.1) (2025-01-24) + + +### Dependencies + +* update dependencies ([0b87032](https://github.com/ucb-substrate/substrate2/commit/0b8703276631fbb19a958453394c981d6b092441)) +* 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 + * dependencies + * cache bumped from 0.7.0 to 0.7.1 + * scir bumped from 0.9.0 to 0.9.1 + * substrate bumped from 0.10.0 to 0.10.1 + * nutlex bumped from 0.4.0 to 0.4.1 + * spice bumped from 0.9.0 to 0.9.1 + ## [0.5.0](https://github.com/ucb-substrate/substrate2/compare/ngspice-v0.4.0...ngspice-v0.5.0) (2025-01-23) diff --git a/tools/ngspice/Cargo.toml b/tools/ngspice/Cargo.toml index d9fe767a..f9cd0043 100644 --- a/tools/ngspice/Cargo.toml +++ b/tools/ngspice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngspice" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] @@ -15,11 +15,11 @@ tracing = "0.1" indexmap = { version = "2", features = ["serde"] } unicase = "2" -cache = { version = "0.7.0", registry = "substrate", path = "../../libs/cache" } -scir = { version = "0.9.0", registry = "substrate", path = "../../libs/scir" } -substrate = { version = "0.10.0", registry = "substrate", path = "../../substrate" } -nutlex = { version = "0.4.0", registry = "substrate", path = "../../libs/nutlex" } -spice = { version = "0.9.0", registry = "substrate", path = "../../libs/spice" } +cache = { version = "0.7.1", registry = "substrate", path = "../../libs/cache" } +scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../substrate" } +nutlex = { version = "0.4.1", registry = "substrate", path = "../../libs/nutlex" } +spice = { version = "0.9.1", registry = "substrate", path = "../../libs/spice" } [dev-dependencies] approx = "0.5" diff --git a/tools/quantus/CHANGELOG.md b/tools/quantus/CHANGELOG.md index ea4fe916..5892df69 100644 --- a/tools/quantus/CHANGELOG.md +++ b/tools/quantus/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.1](https://github.com/ucb-substrate/substrate2/compare/quantus-v0.2.0...quantus-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 + * substrate bumped from 0.10.0 to 0.10.1 + * 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/quantus-v0.1.0...quantus-v0.2.0) (2025-01-23) diff --git a/tools/quantus/Cargo.toml b/tools/quantus/Cargo.toml index 6f27151f..76b769fd 100644 --- a/tools/quantus/Cargo.toml +++ b/tools/quantus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantus" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] @@ -10,9 +10,9 @@ serde = { version = "1", features = ["derive"] } anyhow = "1" regex = "1" -substrate = { version = "0.10.0", registry = "substrate", path = "../../substrate" } -scir = { version = "0.9.0", registry = "substrate", path = "../../libs/scir" } -spice = { version = "0.9.0", registry = "substrate", path = "../../libs/spice" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../substrate" } +scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" } +spice = { version = "0.9.1", registry = "substrate", path = "../../libs/spice" } pegasus = { version = "0.2.0", registry = "substrate", path = "../pegasus" } [dev-dependencies] diff --git a/tools/spectre/CHANGELOG.md b/tools/spectre/CHANGELOG.md index 545161c4..18990e88 100644 --- a/tools/spectre/CHANGELOG.md +++ b/tools/spectre/CHANGELOG.md @@ -8,6 +8,22 @@ * dependencies * substrate bumped from 0.6.0 to 0.6.1 +## [0.11.1](https://github.com/ucb-substrate/substrate2/compare/spectre-v0.11.0...spectre-v0.11.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 + * dependencies + * cache bumped from 0.7.0 to 0.7.1 + * scir bumped from 0.9.0 to 0.9.1 + * substrate bumped from 0.10.0 to 0.10.1 + * spice bumped from 0.9.0 to 0.9.1 + * type_dispatch bumped from 0.5.0 to 0.5.1 + ## [0.11.0](https://github.com/ucb-substrate/substrate2/compare/spectre-v0.10.0...spectre-v0.11.0) (2025-01-23) diff --git a/tools/spectre/Cargo.toml b/tools/spectre/Cargo.toml index 36a0f3a6..3e73dde0 100644 --- a/tools/spectre/Cargo.toml +++ b/tools/spectre/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spectre" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] @@ -17,11 +17,11 @@ psfparser = "0.1.2" regex = "1" num = { version = "0.4", features = ["serde"] } -cache = { version = "0.7.0", registry = "substrate", path = "../../libs/cache" } -scir = { version = "0.9.0", registry = "substrate", path = "../../libs/scir" } -substrate = { version = "0.10.0", registry = "substrate", path = "../../substrate" } -spice = { version = "0.9.0", registry = "substrate", path = "../../libs/spice" } -type_dispatch = { version = "0.5.0", registry = "substrate", path = "../../libs/type_dispatch" } +cache = { version = "0.7.1", registry = "substrate", path = "../../libs/cache" } +scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" } +substrate = { version = "0.10.1", registry = "substrate", path = "../../substrate" } +spice = { version = "0.9.1", registry = "substrate", path = "../../libs/spice" } +type_dispatch = { version = "0.5.1", registry = "substrate", path = "../../libs/type_dispatch" } [dev-dependencies] approx = "0.5"