Skip to content

Commit

Permalink
chore: release docsv2
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku committed Jan 2, 2025
1 parent 7763e29 commit 81ef56a
Show file tree
Hide file tree
Showing 55 changed files with 779 additions and 104 deletions.
54 changes: 27 additions & 27 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"bins/cdl2spice": "0.0.0",
"codegen": "0.8.1",
"config": "0.2.5",
"docs/snippets": "0.5.1",
"libs/atoll": "0.1.3",
"libs/cache": "0.5.0",
"bins/cdl2spice": "0.1.0",
"codegen": "0.8.2",
"config": "0.2.6",
"docs/snippets": "0.5.2",
"libs/atoll": "0.1.4",
"libs/cache": "0.5.1",
"libs/diagnostics": "0.3.0",
"libs/enumify": "0.1.0",
"libs/enumify_macros": "0.1.0",
"libs/gds": "0.3.0",
"libs/gdsconv": "0.1.0",
"libs/geometry": "0.5.0",
"libs/enumify_macros": "0.1.1",
"libs/gds": "0.3.1",
"libs/gdsconv": "0.1.1",
"libs/geometry": "0.5.1",
"libs/geometry_macros": "0.0.1",
"libs/pathtree": "0.2.0",
"libs/scir": "0.7.0",
"libs/spice": "0.7.1",
"libs/layir": "0.1.0",
"libs/lefdef": "0.0.0",
"libs/macrotools": "0.0.0",
"libs/scir": "0.7.1",
"libs/spice": "0.7.2",
"libs/layir": "0.1.1",
"libs/lefdef": "0.1.0",
"libs/macrotools": "0.1.0",
"libs/nutlex": "0.2.0",
"libs/type_dispatch": "0.3.0",
"libs/type_dispatch": "0.3.1",
"libs/type_dispatch_macros": "0.3.0",
"libs/uniquify": "0.2.0",
"libs/verilog": "0.0.0",
"pdks/sky130pdk": "0.8.1",
"substrate": "0.8.1",
"tests": "0.0.0",
"tools/magic": "0.0.0",
"tools/netgen": "0.0.0",
"tools/ngspice": "0.3.1",
"tools/pegasus": "0.0.0",
"tools/quantus": "0.0.0",
"tools/spectre": "0.9.1"
"libs/uniquify": "0.2.1",
"libs/verilog": "0.1.0",
"pdks/sky130pdk": "0.8.2",
"substrate": "0.8.2",
"tests": "0.0.1",
"tools/magic": "0.1.0",
"tools/netgen": "0.1.0",
"tools/ngspice": "0.3.2",
"tools/pegasus": "0.1.0",
"tools/quantus": "0.1.0",
"tools/spectre": "0.9.2"
}
22 changes: 22 additions & 0 deletions bins/cdl2spice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## 0.1.0 (2025-01-02)


### Features

* **cdl2spice:** add CDL to SPICE conversion command line tool ([#420](https://github.com/ucb-substrate/substrate2/issues/420)) ([1edb23a](https://github.com/ucb-substrate/substrate2/commit/1edb23a7bbd45d96bbb1c11418eb0d0843b7138b))
* **tests:** reorganize tests and documentation ([#464](https://github.com/ucb-substrate/substrate2/issues/464)) ([928b9b7](https://github.com/ucb-substrate/substrate2/commit/928b9b7c45dc334ca11d86e4564edc58bf6db6f2))


### Bug Fixes

* **release:** change cdl2spice version to 0.0.0 ([#421](https://github.com/ucb-substrate/substrate2/issues/421)) ([fc3ee67](https://github.com/ucb-substrate/substrate2/commit/fc3ee67735419239de3687929947df82a4b6b5cb))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* scir bumped from 0.7.0 to 0.7.1
* spice bumped from 0.7.1 to 0.7.2
6 changes: 3 additions & 3 deletions bins/cdl2spice/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "cdl2spice"
version = "0.0.0"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.6", features = ["derive"] }
scir = { version = "0.7.0", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.7.1", registry = "substrate", path = "../../libs/spice" }
scir = { version = "0.7.1", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.7.2", registry = "substrate", path = "../../libs/spice" }
arcstr = "1"
35 changes: 35 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,41 @@
* spectre bumped from <=0.9.0 to <=0.9.1
* spice bumped from <=0.7.0 to <=0.7.1

## [0.8.2](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.8.1...codegen-v0.8.2) (2025-01-02)


### Features

* **atoll:** implement first cut ATOLL implementation ([#357](https://github.com/ucb-substrate/substrate2/issues/357)) ([372b927](https://github.com/ucb-substrate/substrate2/commit/372b9275c9d9c5cd58603f5a462a5e4b66b64cf7))
* **cadence:** add support for Pegasus and Quantus ([#462](https://github.com/ucb-substrate/substrate2/issues/462)) ([953e4cb](https://github.com/ucb-substrate/substrate2/commit/953e4cb761c510668f65f4825f1be3914db45e3c))
* **layout:** simplified layout API, LayIR integration ([#459](https://github.com/ucb-substrate/substrate2/issues/459)) ([183d347](https://github.com/ucb-substrate/substrate2/commit/183d347c19e6fe98cf870be4716e7249f23bd423))
* **montecarlo:** add Monte Carlo simulation support to Spectre plugin ([#347](https://github.com/ucb-substrate/substrate2/issues/347)) ([cc9dfe4](https://github.com/ucb-substrate/substrate2/commit/cc9dfe42db5be1a8aaeaf3fb81992a0ad7251ef8))
* **refactor:** significantly refactor IO APIs ([#348](https://github.com/ucb-substrate/substrate2/issues/348)) ([c85d043](https://github.com/ucb-substrate/substrate2/commit/c85d04334a0ba1740f9990b91fb55ab1f2ef77c5))
* **schematic:** associated type schema and bundle primitives ([#455](https://github.com/ucb-substrate/substrate2/issues/455)) ([f5fde78](https://github.com/ucb-substrate/substrate2/commit/f5fde78824ce9ed0be494ef68d71620181bf6b48))
* **schematic:** rename bundle traits ([#458](https://github.com/ucb-substrate/substrate2/issues/458)) ([ed98443](https://github.com/ucb-substrate/substrate2/commit/ed9844318cbd7176a781fff0076d8b3385d408b5))
* **simulation:** automatically generate saved data ([#457](https://github.com/ucb-substrate/substrate2/issues/457)) ([2c936d0](https://github.com/ucb-substrate/substrate2/commit/2c936d00e927b99b624f29e6450826e90f68f9bf))
* **tests:** reorganize tests and documentation ([#464](https://github.com/ucb-substrate/substrate2/issues/464)) ([928b9b7](https://github.com/ucb-substrate/substrate2/commit/928b9b7c45dc334ca11d86e4564edc58bf6db6f2))
* **transform:** default to Manhattan transformations ([#452](https://github.com/ucb-substrate/substrate2/issues/452)) ([3d8a410](https://github.com/ucb-substrate/substrate2/commit/3d8a4109febb11616d550c8cd6373e8f605b2e28))
* **views:** view API for improved codegen ([#463](https://github.com/ucb-substrate/substrate2/issues/463)) ([b75328c](https://github.com/ucb-substrate/substrate2/commit/b75328c9a4840ed9200a9035e28e27ac9265770f))


### Bug Fixes

* **codegen:** update codegen to use fewer structs ([#461](https://github.com/ucb-substrate/substrate2/issues/461)) ([c371be5](https://github.com/ucb-substrate/substrate2/commit/c371be59adebb9482095284034d41a6905c431d4))
* **gds:** use u16 instead of u8 for GDS layerspecs ([#339](https://github.com/ucb-substrate/substrate2/issues/339)) ([4d1fce2](https://github.com/ucb-substrate/substrate2/commit/4d1fce25f9493c6975d43dba96ccaa4c0cf4a686))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* snippets bumped from 0.5.1 to 0.5.2
* macrotools bumped from 0.0.0 to 0.1.0
* dev-dependencies
* substrate bumped from <=0.8.1 to <=0.8.2
* build-dependencies
* snippets bumped from 0.5.1 to 0.5.2

## [0.8.0](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.7.1...codegen-v0.8.0) (2023-11-25)


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

[dependencies]
Expand All @@ -12,17 +12,17 @@ proc-macro-crate = "1"
proc-macro-error = "1"
convert_case = "0.6"

snippets = { version = "0.5.1", registry = "substrate", path = "../docs/snippets" }
macrotools = { version = "0.0.0", registry = "substrate", path = "../libs/macrotools" }
snippets = { version = "0.5.2", registry = "substrate", path = "../docs/snippets" }
macrotools = { version = "0.1.0", registry = "substrate", path = "../libs/macrotools" }

[dev-dependencies]
arcstr = "1"
substrate = { version = "<=0.8.1", registry = "substrate", path = "../substrate" }
substrate = { version = "<=0.8.2", registry = "substrate", path = "../substrate" }
rust_decimal = "1.30"
rust_decimal_macros = "1.30"

[build-dependencies]
snippets = { version = "0.5.1", registry = "substrate", path = "../docs/snippets" }
snippets = { version = "0.5.2", registry = "substrate", path = "../docs/snippets" }

[lib]
proc-macro = true
14 changes: 14 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
* dependencies
* cache bumped from 0.4.0 to 0.5.0

## [0.2.6](https://github.com/ucb-substrate/substrate2/compare/config-v0.2.5...config-v0.2.6) (2025-01-02)


### Features

* **grid:** add ATOLL LCM routing grid and layer stack definition ([#338](https://github.com/ucb-substrate/substrate2/issues/338)) ([1e1ad90](https://github.com/ucb-substrate/substrate2/commit/1e1ad90d02b50dd0dd15516c306971241bf30b7c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* cache bumped from 0.5.0 to 0.5.1

## [0.2.4](https://github.com/ucb-substrate/substrate2/compare/config-v0.2.3...config-v0.2.4) (2023-11-02)


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.2.5"
version = "0.2.6"
edition = "2021"

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

cache = { version = "0.5.0", registry = "substrate", path = "../libs/cache" }
cache = { version = "0.5.1", registry = "substrate", path = "../libs/cache" }

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
Expand Down
7 changes: 7 additions & 0 deletions docs/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
* spectre bumped from <=0.9.0 to <=0.9.1
* spice bumped from <=0.7.0 to <=0.7.1

## [0.5.2](https://github.com/ucb-substrate/substrate2/compare/snippets-v0.5.1...snippets-v0.5.2) (2025-01-02)


### Features

* **tests:** reorganize tests and documentation ([#464](https://github.com/ucb-substrate/substrate2/issues/464)) ([928b9b7](https://github.com/ucb-substrate/substrate2/commit/928b9b7c45dc334ca11d86e4564edc58bf6db6f2))

## [0.5.0](https://github.com/ucb-substrate/substrate2/compare/examples-v0.4.1...examples-v0.5.0) (2023-11-25)


Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snippets"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
34 changes: 34 additions & 0 deletions libs/atoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,40 @@
* dependencies
* substrate bumped from 0.8.0 to 0.8.1

## [0.1.4](https://github.com/ucb-substrate/substrate2/compare/atoll-v0.1.3...atoll-v0.1.4) (2025-01-02)


### Features

* **atoll:** add functions for creating named instances ([#446](https://github.com/ucb-substrate/substrate2/issues/446)) ([081f8f5](https://github.com/ucb-substrate/substrate2/commit/081f8f55137f3b2834368e7225955d500d6841b5))
* **atoll:** additional routing and strapping APIs ([#392](https://github.com/ucb-substrate/substrate2/issues/392)) ([6544675](https://github.com/ucb-substrate/substrate2/commit/6544675fc739ba34e840823c0057fa9cf18221bc))
* **atoll:** assign nets only if available ([#416](https://github.com/ucb-substrate/substrate2/issues/416)) ([3c38c84](https://github.com/ucb-substrate/substrate2/commit/3c38c841ce7e3a2728a8a56013f194d9f60b91bb))
* **atoll:** Hierarchical ATOLL and configurable via spacing ([#374](https://github.com/ucb-substrate/substrate2/issues/374)) ([542b9a9](https://github.com/ucb-substrate/substrate2/commit/542b9a956d5c993908e33d3e707fc6bdb97d2c84))
* **atoll:** implement first cut ATOLL implementation ([#357](https://github.com/ucb-substrate/substrate2/issues/357)) ([372b927](https://github.com/ucb-substrate/substrate2/commit/372b9275c9d9c5cd58603f5a462a5e4b66b64cf7))
* **atoll:** require edge-centered tracks ([#368](https://github.com/ucb-substrate/substrate2/issues/368)) ([cad8c96](https://github.com/ucb-substrate/substrate2/commit/cad8c96f47409f564e820bdd775e307094ee1f12))
* **atoll:** SKY130 ATOLL plugin NMOS tile generator ([#350](https://github.com/ucb-substrate/substrate2/issues/350)) ([264d028](https://github.com/ucb-substrate/substrate2/commit/264d0286ca1f4f23defdee54a56db016c71697dc))
* **atoll:** strap routing and enable overlapping instances ([#391](https://github.com/ucb-substrate/substrate2/issues/391)) ([9dddae7](https://github.com/ucb-substrate/substrate2/commit/9dddae76681a58b9a00ff490f88be0b335c56847))
* **grid:** add ATOLL LCM routing grid and layer stack definition ([#338](https://github.com/ucb-substrate/substrate2/issues/338)) ([1e1ad90](https://github.com/ucb-substrate/substrate2/commit/1e1ad90d02b50dd0dd15516c306971241bf30b7c))
* **sky130:** Fix ATOLL plugin implementation ([#376](https://github.com/ucb-substrate/substrate2/issues/376)) ([aef1ed1](https://github.com/ucb-substrate/substrate2/commit/aef1ed10e6104d55a5fdf755ae4c26955d647a42))
* **straps:** cut power straps to vias ([#430](https://github.com/ucb-substrate/substrate2/issues/430)) ([0ff8636](https://github.com/ucb-substrate/substrate2/commit/0ff863607e53dea7f057f973179750cbe689752e))
* **transform:** make transformations use integers instead of floats ([#451](https://github.com/ucb-substrate/substrate2/issues/451)) ([aa9764e](https://github.com/ucb-substrate/substrate2/commit/aa9764e8b63b0a344d5e12ad3c678849c5c8ebea))
* **validation:** add function to validate layers in stack alternate track directions ([#340](https://github.com/ucb-substrate/substrate2/issues/340)) ([3533e74](https://github.com/ucb-substrate/substrate2/commit/3533e7433777c0faf03ec2cc1536fba9fd148f00))


### Bug Fixes

* **atoll:** `GreedyRouter` and transformation fixes ([#385](https://github.com/ucb-substrate/substrate2/issues/385)) ([41e6e31](https://github.com/ucb-substrate/substrate2/commit/41e6e31cb1070f7b0ce2a2db61e885a6f53fa7eb))
* **atoll:** abstract/autorouter fixes and APIs ([#398](https://github.com/ucb-substrate/substrate2/issues/398)) ([4dfac76](https://github.com/ucb-substrate/substrate2/commit/4dfac76647347ca8fc0131adb7ec5b066a1685de))
* **atoll:** allow tiles with top layer below 0 ([#417](https://github.com/ucb-substrate/substrate2/issues/417)) ([7ea4a43](https://github.com/ucb-substrate/substrate2/commit/7ea4a439b4457ce6c3eae5a197c5b89277bf13f4))
* **atoll:** fix how ATOLL creates/uses abstracts ([#383](https://github.com/ucb-substrate/substrate2/issues/383)) ([cd44695](https://github.com/ucb-substrate/substrate2/commit/cd44695ff08fc31d6963f8936ad8092a5f9f7cac))
* **atoll:** make router work regardless of shuffling ([#403](https://github.com/ucb-substrate/substrate2/issues/403)) ([303bec2](https://github.com/ucb-substrate/substrate2/commit/303bec2a541b236e0c1ebd4d6eb4c642d68d5574))
* **atoll:** store via information in blocked grid points ([#393](https://github.com/ucb-substrate/substrate2/issues/393)) ([0ec0877](https://github.com/ucb-substrate/substrate2/commit/0ec0877d5ab321398e9674353983482f8e8a6d9f))
* **atoll:** Use ATOLL virtual layer for abstract bounding box ([#389](https://github.com/ucb-substrate/substrate2/issues/389)) ([d1060af](https://github.com/ucb-substrate/substrate2/commit/d1060af4c116351f0e55adc341f72b12b57b631f))
* **atoll:** use checked operations in abstract generator ([#412](https://github.com/ucb-substrate/substrate2/issues/412)) ([2dad96a](https://github.com/ucb-substrate/substrate2/commit/2dad96a3fb3b0af8c09c0a2b279cf25e565056cf))
* **layout:** fix issues in GDS export and ATOLL API ([#341](https://github.com/ucb-substrate/substrate2/issues/341)) ([08930b1](https://github.com/ucb-substrate/substrate2/commit/08930b1b25d018c20758986e206dc8882df782af))
* **schematics:** fix bugs with instance naming, cell ID allocation ([#445](https://github.com/ucb-substrate/substrate2/issues/445)) ([e7da085](https://github.com/ucb-substrate/substrate2/commit/e7da08583fefe96625017d32c03fc3cdd39aa9b4))
* **straps:** mark vias on strap ends to prevent drc issues ([#415](https://github.com/ucb-substrate/substrate2/issues/415)) ([f85e4db](https://github.com/ucb-substrate/substrate2/commit/f85e4dbb2102cbeda58c48dd5393a8367dd27c9e))

## 0.1.0 (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion libs/atoll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atoll"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "Automatic transformation of logical layout"
license = "BSD-3-Clause"
Expand Down
8 changes: 8 additions & 0 deletions libs/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.1](https://github.com/ucb-substrate/substrate2/compare/cache-v0.5.0...cache-v0.5.1) (2025-01-02)


### Features

* **grid:** add ATOLL LCM routing grid and layer stack definition ([#338](https://github.com/ucb-substrate/substrate2/issues/338)) ([1e1ad90](https://github.com/ucb-substrate/substrate2/commit/1e1ad90d02b50dd0dd15516c306971241bf30b7c))
* **magic:** support magic for pex and lvs extraction ([#465](https://github.com/ucb-substrate/substrate2/issues/465)) ([c759341](https://github.com/ucb-substrate/substrate2/commit/c759341f065cf1e8aca8c4552a214391a7149cbf))

## [0.5.0](https://github.com/ucb-substrate/substrate2/compare/cache-v0.4.0...cache-v0.5.0) (2023-11-25)


Expand Down
2 changes: 1 addition & 1 deletion libs/cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cache"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "A general purpose cache with possibly multiple remote servers for storing and retrieving data."
license = "BSD-3-Clause"
Expand Down
14 changes: 14 additions & 0 deletions libs/enumify_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.1](https://github.com/ucb-substrate/substrate2/compare/enumify_macros-v0.1.0...enumify_macros-v0.1.1) (2025-01-02)


### Features

* **tests:** reorganize tests and documentation ([#464](https://github.com/ucb-substrate/substrate2/issues/464)) ([928b9b7](https://github.com/ucb-substrate/substrate2/commit/928b9b7c45dc334ca11d86e4564edc58bf6db6f2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* macrotools bumped from 0.0.0 to 0.1.0

## 0.1.0 (2023-11-02)


Expand Down
4 changes: 2 additions & 2 deletions libs/enumify_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enumify_macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Macros for the enumify crate"
license = "BSD-3-Clause"
Expand All @@ -14,7 +14,7 @@ proc-macro-crate = "1"
proc-macro-error = "1"
convert_case = "0.6"

macrotools = { version = "0.0.0", registry = "substrate", path = "../macrotools" }
macrotools = { version = "0.1.0", registry = "substrate", path = "../macrotools" }

[lib]
proc-macro = true
7 changes: 7 additions & 0 deletions libs/gds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/ucb-substrate/substrate2/compare/gds-v0.3.0...gds-v0.3.1) (2025-01-02)


### Bug Fixes

* **layout:** fix issues in GDS export and ATOLL API ([#341](https://github.com/ucb-substrate/substrate2/issues/341)) ([08930b1](https://github.com/ucb-substrate/substrate2/commit/08930b1b25d018c20758986e206dc8882df782af))

## [0.3.0](https://github.com/substrate-labs/substrate2/compare/gds-v0.2.0...gds-v0.3.0) (2023-08-04)


Expand Down
2 changes: 1 addition & 1 deletion libs/gds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gds"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

[dependencies]
Expand Down
19 changes: 19 additions & 0 deletions libs/gdsconv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [0.1.1](https://github.com/ucb-substrate/substrate2/compare/gdsconv-v0.1.0...gdsconv-v0.1.1) (2025-01-02)


### Features

* **layir:** initial LayIR implementation ([#456](https://github.com/ucb-substrate/substrate2/issues/456)) ([4f76d41](https://github.com/ucb-substrate/substrate2/commit/4f76d41c86fd0c57e525f40c976b5eeb0bbd4c68))
* **layout:** simplified layout API, LayIR integration ([#459](https://github.com/ucb-substrate/substrate2/issues/459)) ([183d347](https://github.com/ucb-substrate/substrate2/commit/183d347c19e6fe98cf870be4716e7249f23bd423))
* **tests:** reorganize tests and documentation ([#464](https://github.com/ucb-substrate/substrate2/issues/464)) ([928b9b7](https://github.com/ucb-substrate/substrate2/commit/928b9b7c45dc334ca11d86e4564edc58bf6db6f2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* layir bumped from 0.1.0 to 0.1.1
* gds bumped from 0.3.0 to 0.3.1
* geometry bumped from 0.5.0 to 0.5.1
Loading

0 comments on commit 81ef56a

Please sign in to comment.