Skip to content

Commit

Permalink
chore: release main (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku authored Nov 26, 2023
1 parent 0aa42d6 commit 10c54b3
Show file tree
Hide file tree
Showing 19 changed files with 123 additions and 53 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"codegen": "0.8.0",
"codegen": "0.8.1",
"config": "0.2.5",
"docs/examples": "0.5.0",
"libs/atoll": "0.1.2",
"docs/examples": "0.5.1",
"libs/atoll": "0.1.3",
"libs/cache": "0.5.0",
"libs/diagnostics": "0.3.0",
"libs/enumify": "0.1.0",
Expand All @@ -12,14 +12,14 @@
"libs/geometry_macros": "0.0.1",
"libs/pathtree": "0.2.0",
"libs/scir": "0.7.0",
"libs/spice": "0.7.0",
"libs/spice": "0.7.1",
"libs/nutlex": "0.2.0",
"libs/type_dispatch": "0.3.0",
"libs/type_dispatch_macros": "0.3.0",
"libs/uniquify": "0.2.0",
"pdks/sky130pdk": "0.8.0",
"substrate": "0.8.0",
"pdks/sky130pdk": "0.8.1",
"substrate": "0.8.1",
"tests": "0.0.0",
"tools/ngspice": "0.3.0",
"tools/spectre": "0.9.0"
"tools/ngspice": "0.3.1",
"tools/spectre": "0.9.1"
}
16 changes: 8 additions & 8 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
* spectre bumped from <=0.7.0 to <=0.8.0
* spice bumped from <=0.5.0 to <=0.6.0

* The following workspace dependencies were updated
* dependencies
* examples bumped from 0.5.0 to 0.5.1
* dev-dependencies
* substrate bumped from <=0.8.0 to <=0.8.1
* sky130pdk bumped from <=0.8.0 to <=0.8.1
* spectre bumped from <=0.9.0 to <=0.9.1
* spice bumped from <=0.7.0 to <=0.7.1

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


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

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

examples = { version = "0.5.0", registry = "substrate", path = "../docs/examples" }
examples = { version = "0.5.1", registry = "substrate", path = "../docs/examples" }
type_dispatch = { version = "0.3.0", registry = "substrate", path = "../libs/type_dispatch" }

[dev-dependencies]
arcstr = "1"
serde = { version = "1", features = ["derive"] }
substrate = { version = "<=0.8.0", registry = "substrate", path = "../substrate" }
sky130pdk = { version = "<=0.8.0", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.9.0", registry = "substrate", path = "../tools/spectre" }
spice = { version = "<=0.7.0", registry = "substrate", path = "../libs/spice" }
substrate = { version = "<=0.8.1", registry = "substrate", path = "../substrate" }
sky130pdk = { version = "<=0.8.1", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.9.1", registry = "substrate", path = "../tools/spectre" }
spice = { version = "<=0.7.1", registry = "substrate", path = "../libs/spice" }
rust_decimal = "1.30"
rust_decimal_macros = "1.30"

Expand Down
7 changes: 7 additions & 0 deletions docs/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
* spectre bumped from <=0.7.0 to <=0.8.0
* spice bumped from <=0.5.0 to <=0.6.0

* The following workspace dependencies were updated
* dev-dependencies
* substrate bumped from <=0.8.0 to <=0.8.1
* sky130pdk bumped from <=0.8.0 to <=0.8.1
* spectre bumped from <=0.9.0 to <=0.9.1
* spice bumped from <=0.7.0 to <=0.7.1

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


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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -18,10 +18,10 @@ arcstr = "1"
serde = { version = "1", features = ["derive"] }
rust_decimal = "1.30"
rust_decimal_macros = "1.30"
substrate = { version = "<=0.8.0", registry = "substrate", path = "../../substrate" }
sky130pdk = { version = "<=0.8.0", registry = "substrate", path = "../../pdks/sky130pdk" }
spectre = { version = "<=0.9.0", registry = "substrate", path = "../../tools/spectre" }
spice = { version = "<=0.7.0", registry = "substrate", path = "../../libs/spice" }
substrate = { version = "<=0.8.1", registry = "substrate", path = "../../substrate" }
sky130pdk = { version = "<=0.8.1", registry = "substrate", path = "../../pdks/sky130pdk" }
spectre = { version = "<=0.9.1", registry = "substrate", path = "../../tools/spectre" }
spice = { version = "<=0.7.1", registry = "substrate", path = "../../libs/spice" }

[lib]
proc-macro = true
4 changes: 4 additions & 0 deletions libs/atoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* dependencies
* substrate bumped from 0.7.1 to 0.8.0

* The following workspace dependencies were updated
* dependencies
* substrate bumped from 0.8.0 to 0.8.1

## 0.1.0 (2023-11-02)


Expand Down
4 changes: 2 additions & 2 deletions libs/atoll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "atoll"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Automatic transformation of logical layout"
license = "BSD-3-Clause"

[dependencies]
substrate = { version = "0.8.0", registry = "substrate", path = "../../substrate" }
substrate = { version = "0.8.1", registry = "substrate", path = "../../substrate" }
grid = "0.11"
4 changes: 4 additions & 0 deletions libs/spice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* substrate bumped from 0.8.0 to 0.8.1

## [0.7.0](https://github.com/ucb-substrate/substrate2/compare/spice-v0.6.0...spice-v0.7.0) (2023-11-25)


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

[dependencies]
Expand All @@ -13,6 +13,6 @@ rust_decimal = "1"
rust_decimal_macros = "1"

scir = { version = "0.7.0", registry = "substrate", path = "../scir" }
substrate = { version = "0.8.0", registry = "substrate", path = "../../substrate" }
substrate = { version = "0.8.1", registry = "substrate", path = "../../substrate" }
enumify = { version = "0.1.0", path = "../enumify", registry = "substrate" }
regex = "1.10.2"
7 changes: 7 additions & 0 deletions pdks/sky130pdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
* ngspice bumped from 0.1.0 to 0.2.0
* spice bumped from 0.5.0 to 0.6.0

* The following workspace dependencies were updated
* dependencies
* substrate bumped from 0.8.0 to 0.8.1
* spectre bumped from 0.9.0 to 0.9.1
* ngspice bumped from 0.3.0 to 0.3.1
* spice bumped from 0.7.0 to 0.7.1

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


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

[dependencies]
substrate = { version = "0.8.0", registry = "substrate", path = "../../substrate" }
substrate = { version = "0.8.1", registry = "substrate", path = "../../substrate" }
scir = { version = "0.7.0", registry = "substrate", path = "../../libs/scir" }
spectre = { version = "0.9.0", registry = "substrate", path = "../../tools/spectre" }
ngspice = { version = "0.3.0", registry = "substrate", path = "../../tools/ngspice" }
spice = { version = "0.7.0", registry = "substrate", path = "../../libs/spice" }
spectre = { version = "0.9.1", registry = "substrate", path = "../../tools/spectre" }
ngspice = { version = "0.3.1", registry = "substrate", path = "../../tools/ngspice" }
spice = { version = "0.7.1", registry = "substrate", path = "../../libs/spice" }

rust_decimal = "1.32"
rust_decimal_macros = "1.32"
Expand Down
9 changes: 9 additions & 0 deletions substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
* spectre bumped from <=0.7.0 to <=0.8.0
* spice bumped from <=0.5.0 to <=0.6.0

* The following workspace dependencies were updated
* dependencies
* examples bumped from 0.5.0 to 0.5.1
* codegen bumped from 0.8.0 to 0.8.1
* dev-dependencies
* sky130pdk bumped from <=0.8.0 to <=0.8.1
* spectre bumped from <=0.9.0 to <=0.9.1
* spice bumped from <=0.7.0 to <=0.7.1

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


Expand Down
12 changes: 6 additions & 6 deletions substrate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substrate"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
include = ["src", "build/docs"]

Expand All @@ -22,9 +22,9 @@ downcast-rs = "1"
indexmap = { version = "2", features = ["serde"] }

config = { version = "0.2.5", registry = "substrate", path = "../config" }
examples = { version = "0.5.0", registry = "substrate", path = "../docs/examples" }
examples = { version = "0.5.1", registry = "substrate", path = "../docs/examples" }
cache = { version = "0.5.0", registry = "substrate", path = "../libs/cache" }
codegen = { version = "0.8.0", registry = "substrate", path = "../codegen" }
codegen = { version = "0.8.1", registry = "substrate", path = "../codegen" }
geometry = { version = "0.5.0", registry = "substrate", path = "../libs/geometry" }
gds = { version = "0.3.0", registry = "substrate", path = "../libs/gds" }
enumify = { version = "0.1.0", registry = "substrate", path = "../libs/enumify" }
Expand All @@ -36,7 +36,7 @@ uniquify = { version = "0.2.0", registry = "substrate", path = "../libs/uniquify
[dev-dependencies]
toml = "0.8"
approx = "0.5"
sky130pdk = { version = "<=0.8.0", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.9.0", registry = "substrate", path = "../tools/spectre" }
spice = { version = "<=0.7.0", registry = "substrate", path = "../libs/spice" }
sky130pdk = { version = "<=0.8.1", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.9.1", registry = "substrate", path = "../tools/spectre" }
spice = { version = "<=0.7.1", registry = "substrate", path = "../libs/spice" }

10 changes: 5 additions & 5 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ lazy_static = "1"
indexmap = { version = "2", features = ["serde"] }

geometry = { version = "0.5.0", registry = "substrate", path = "../libs/geometry" }
substrate = { version = "0.8.0", registry = "substrate", path = "../substrate" }
substrate = { version = "0.8.1", registry = "substrate", path = "../substrate" }
scir = { version = "0.7.0", registry = "substrate", path = "../libs/scir" }
cache = { version = "0.5.0", registry = "substrate", path = "../libs/cache" }
spice = { version = "0.7.0", registry = "substrate", path = "../libs/spice" }
spectre = { version = "0.9.0", registry = "substrate", path = "../tools/spectre" }
ngspice = { version = "0.3.0", registry = "substrate", path = "../tools/ngspice" }
sky130pdk = { version = "0.8.0", registry = "substrate", path = "../pdks/sky130pdk" }
spice = { version = "0.7.1", registry = "substrate", path = "../libs/spice" }
spectre = { version = "0.9.1", registry = "substrate", path = "../tools/spectre" }
ngspice = { version = "0.3.1", registry = "substrate", path = "../tools/ngspice" }
sky130pdk = { version = "0.8.1", registry = "substrate", path = "../pdks/sky130pdk" }

[features]
spectre = []
Expand Down
15 changes: 15 additions & 0 deletions tools/ngspice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.1](https://github.com/ucb-substrate/substrate2/compare/ngspice-v0.3.0...ngspice-v0.3.1) (2023-11-26)


### Bug Fixes

* **simulation:** standardize ngspice and spectre transient data formats ([#327](https://github.com/ucb-substrate/substrate2/issues/327)) ([0aa42d6](https://github.com/ucb-substrate/substrate2/commit/0aa42d6000d28a8aecb655e06330f4545e155b9b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* substrate bumped from 0.8.0 to 0.8.1
* spice bumped from 0.7.0 to 0.7.1

## [0.3.0](https://github.com/ucb-substrate/substrate2/compare/ngspice-v0.2.0...ngspice-v0.3.0) (2023-11-25)


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

[dependencies]
Expand All @@ -16,6 +16,6 @@ indexmap = { version = "2", features = ["serde"] }

cache = { version = "0.5.0", registry = "substrate", path = "../../libs/cache" }
scir = { version = "0.7.0", registry = "substrate", path = "../../libs/scir" }
substrate = { version = "0.8.0", registry = "substrate", path = "../../substrate" }
substrate = { version = "0.8.1", registry = "substrate", path = "../../substrate" }
nutlex = { version = "0.2.0", registry = "substrate", path = "../../libs/nutlex" }
spice = { version = "0.7.0", registry = "substrate", path = "../../libs/spice" }
spice = { version = "0.7.1", registry = "substrate", path = "../../libs/spice" }
15 changes: 15 additions & 0 deletions tools/spectre/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
* dependencies
* substrate bumped from 0.6.0 to 0.6.1

## [0.9.1](https://github.com/ucb-substrate/substrate2/compare/spectre-v0.9.0...spectre-v0.9.1) (2023-11-26)


### Bug Fixes

* **simulation:** standardize ngspice and spectre transient data formats ([#327](https://github.com/ucb-substrate/substrate2/issues/327)) ([0aa42d6](https://github.com/ucb-substrate/substrate2/commit/0aa42d6000d28a8aecb655e06330f4545e155b9b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* substrate bumped from 0.8.0 to 0.8.1
* spice bumped from 0.7.0 to 0.7.1

## [0.9.0](https://github.com/ucb-substrate/substrate2/compare/spectre-v0.8.0...spectre-v0.9.0) (2023-11-25)


Expand Down
Loading

0 comments on commit 10c54b3

Please sign in to comment.