Skip to content

Commit

Permalink
chore: release main (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku authored Aug 8, 2023
1 parent 8015063 commit ae45ec8
Show file tree
Hide file tree
Showing 13 changed files with 83 additions and 32 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"codegen": "0.6.0",
"codegen": "0.6.1",
"config": "0.2.3",
"docs/examples": "0.3.0",
"docs/examples": "0.3.1",
"libs/cache": "0.3.1",
"libs/diagnostics": "0.3.0",
"libs/gds": "0.3.0",
Expand All @@ -14,9 +14,9 @@
"libs/type_dispatch": "0.3.0",
"libs/type_dispatch_macros": "0.3.0",
"libs/uniquify": "0.2.0",
"pdks/sky130pdk": "0.6.0",
"substrate": "0.6.0",
"pdks/sky130pdk": "0.6.1",
"substrate": "0.6.1",
"tests": "0.0.0",
"tools/spectre": "0.6.0",
"tools/spectre": "0.6.1",
"libs/geometry_macros": "0.0.1"
}
10 changes: 5 additions & 5 deletions Cargo.lock

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

18 changes: 18 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@
* dev-dependencies
* substrate bumped from 0.1.0 to 0.1.1

## [0.6.1](https://github.com/substrate-labs/substrate2/compare/codegen-v0.6.0...codegen-v0.6.1) (2023-08-08)


### Bug Fixes

* **generics:** change `Deserialize<'static>` bounds to `DeserializeOwned` ([#259](https://github.com/substrate-labs/substrate2/issues/259)) ([8015063](https://github.com/substrate-labs/substrate2/commit/80150630b094a04a75cfc5b681255b80caf4f895))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* examples bumped from 0.3.0 to 0.3.1
* dev-dependencies
* substrate bumped from <=0.6.0 to <=0.6.1
* sky130pdk bumped from <=0.6.0 to <=0.6.1
* spectre bumped from <=0.6.0 to <=0.6.1

## [0.6.0](https://github.com/substrate-labs/substrate2/compare/codegen-v0.5.0...codegen-v0.6.0) (2023-08-08)


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.6.0"
version = "0.6.1"
edition = "2021"

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

examples = { version = "0.3.0", registry = "substrate", path = "../docs/examples" }
examples = { version = "0.3.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.6.0", registry = "substrate", path = "../substrate" }
sky130pdk = { version = "<=0.6.0", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.6.0", registry = "substrate", path = "../tools/spectre" }
substrate = { version = "<=0.6.1", registry = "substrate", path = "../substrate" }
sky130pdk = { version = "<=0.6.1", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.6.1", registry = "substrate", path = "../tools/spectre" }

[lib]
proc-macro = true
6 changes: 6 additions & 0 deletions docs/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

* The following workspace dependencies were updated
* dev-dependencies
* substrate bumped from <=0.6.0 to <=0.6.1
* sky130pdk bumped from <=0.6.0 to <=0.6.1
* spectre bumped from <=0.6.0 to <=0.6.1

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


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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -16,9 +16,9 @@ textwrap = "0.16"
[dev-dependencies]
arcstr = "1"
serde = { version = "1", features = ["derive"] }
substrate = { version = "<=0.6.0", registry = "substrate", path = "../../substrate" }
sky130pdk = { version = "<=0.6.0", registry = "substrate", path = "../../pdks/sky130pdk" }
spectre = { version = "<=0.6.0", registry = "substrate", path = "../../tools/spectre" }
substrate = { version = "<=0.6.1", registry = "substrate", path = "../../substrate" }
sky130pdk = { version = "<=0.6.1", registry = "substrate", path = "../../pdks/sky130pdk" }
spectre = { version = "<=0.6.1", registry = "substrate", path = "../../tools/spectre" }

[lib]
proc-macro = true
5 changes: 5 additions & 0 deletions pdks/sky130pdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* substrate bumped from 0.1.0 to 0.1.1
* spectre bumped from 0.1.0 to 0.1.1

* The following workspace dependencies were updated
* dependencies
* substrate bumped from 0.6.0 to 0.6.1
* spectre bumped from 0.6.0 to 0.6.1

## [0.6.0](https://github.com/substrate-labs/substrate2/compare/sky130pdk-v0.5.0...sky130pdk-v0.6.0) (2023-08-08)


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

[dependencies]
substrate = { version = "0.6.0", registry = "substrate", path = "../../substrate" }
spectre = { version = "0.6.0", registry = "substrate", path = "../../tools/spectre" }
substrate = { version = "0.6.1", registry = "substrate", path = "../../substrate" }
spectre = { version = "0.6.1", registry = "substrate", path = "../../tools/spectre" }
rust_decimal = "1.31"
rust_decimal_macros = "1.31"

Expand Down
18 changes: 18 additions & 0 deletions substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
* codegen bumped from 0.1.0 to 0.1.1
* substrate_api bumped from 0.1.0 to 0.1.1

## [0.6.1](https://github.com/substrate-labs/substrate2/compare/substrate-v0.6.0...substrate-v0.6.1) (2023-08-08)


### Bug Fixes

* **generics:** change `Deserialize&lt;'static&gt;` bounds to `DeserializeOwned` ([#259](https://github.com/substrate-labs/substrate2/issues/259)) ([8015063](https://github.com/substrate-labs/substrate2/commit/80150630b094a04a75cfc5b681255b80caf4f895))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* examples bumped from 0.3.0 to 0.3.1
* codegen bumped from 0.6.0 to 0.6.1
* dev-dependencies
* sky130pdk bumped from <=0.6.0 to <=0.6.1
* spectre bumped from <=0.6.0 to <=0.6.1

## [0.6.0](https://github.com/substrate-labs/substrate2/compare/substrate-v0.5.0...substrate-v0.6.0) (2023-08-08)


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

Expand All @@ -21,9 +21,9 @@ slotmap = "1"
downcast-rs = "1"

config = { version = "0.2.3", registry = "substrate", path = "../config" }
examples = { version = "0.3.0", registry = "substrate", path = "../docs/examples" }
examples = { version = "0.3.1", registry = "substrate", path = "../docs/examples" }
cache = { version = "0.3.1", registry = "substrate", path = "../libs/cache" }
codegen = { version = "0.6.0", registry = "substrate", path = "../codegen" }
codegen = { version = "0.6.1", registry = "substrate", path = "../codegen" }
geometry = { version = "0.4.0", registry = "substrate", path = "../libs/geometry" }
gds = { version = "0.3.0", registry = "substrate", path = "../libs/gds" }
opacity = { version = "0.1.0", path = "../libs/opacity", registry = "substrate" }
Expand All @@ -36,6 +36,6 @@ uniquify = { version = "0.2.0", registry = "substrate", path = "../libs/uniquify
[dev-dependencies]
toml = "0.7"
approx = "0.5"
sky130pdk = { version = "<=0.6.0", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.6.0", registry = "substrate", path = "../tools/spectre" }
sky130pdk = { version = "<=0.6.1", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.6.1", registry = "substrate", path = "../tools/spectre" }

6 changes: 3 additions & 3 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ approx = "0.5"
lazy_static = "1"

geometry = { version = "0.4.0", registry = "substrate", path = "../libs/geometry" }
substrate = { version = "0.6.0", registry = "substrate", path = "../substrate" }
substrate = { version = "0.6.1", registry = "substrate", path = "../substrate" }
scir = { version = "0.5.0", registry = "substrate", path = "../libs/scir" }
cache = { version = "0.3.1", registry = "substrate", path = "../libs/cache" }
spice = { version = "0.4.0", registry = "substrate", path = "../libs/spice" }
spectre = { version = "0.6.0", registry = "substrate", path = "../tools/spectre" }
sky130pdk = { version = "0.6.0", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "0.6.1", registry = "substrate", path = "../tools/spectre" }
sky130pdk = { version = "0.6.1", registry = "substrate", path = "../pdks/sky130pdk" }

[features]
spectre = []
Expand Down
4 changes: 4 additions & 0 deletions tools/spectre/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* dependencies
* substrate bumped from 0.1.0 to 0.1.1

* The following workspace dependencies were updated
* dependencies
* substrate bumped from 0.6.0 to 0.6.1

## [0.6.0](https://github.com/substrate-labs/substrate2/compare/spectre-v0.5.0...spectre-v0.6.0) (2023-08-08)


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

[dependencies]
Expand All @@ -16,5 +16,5 @@ tracing = "0.1"

cache = { version = "0.3.1", registry = "substrate", path = "../../libs/cache" }
scir = { version = "0.5.0", registry = "substrate", path = "../../libs/scir" }
substrate = { version = "0.6.0", registry = "substrate", path = "../../substrate" }
substrate = { version = "0.6.1", registry = "substrate", path = "../../substrate" }
opacity = { version = "0.1.0", path = "../../libs/opacity", registry = "substrate" }

0 comments on commit ae45ec8

Please sign in to comment.