Skip to content

Commit

Permalink
chore(rs): hugr 0.9.1 patch release (#1366)
Browse files Browse the repository at this point in the history
This is a patch release including only some non-breaking changes since
0.9.0.

## New release
* `hugr`: 0.9.0 -> 0.9.1
* `hugr-core`: 0.6.0 -> 0.6.1
* `hugr-passes`: 0.6.0 -> 0.6.1
* `hugr-cli`: 0.2.0 -> 0.2.1

<details><summary><i><b>Changelog</b></i></summary><p>

## `hugr`
<blockquote>

## 0.9.1 (2024-07-25)

### Bug Fixes

- Dfg wrapper build handles incorrect output wire numbers
([#1332](#1332))
- Sibling extension panics while computing signature with non-dataflow
nodes ([#1350](#1350))
</blockquote>

## `hugr-core`
<blockquote>

## 0.6.1 (2024-07-25)

### Bug Fixes

- Dfg wrapper build handles incorrect output wire numbers
([#1332](#1332))
- Sibling extension panics while computing signature with non-dataflow
nodes ([#1350](#1350))
</blockquote>

## `hugr-passes`
<blockquote>

## 0.6.1 (2024-07-25)

Nothing here.
</blockquote>

## `hugr-cli`
<blockquote>

## 0.2.1 (2024-07-25)

Nothing here.
</blockquote>


</p></details>

---
This PR was generated by a human.

---------

Co-authored-by: Seyon Sivarajah <seyon.sivarajah@quantinuum.com>
  • Loading branch information
aborgna-q and ss2165 authored Jul 25, 2024
1 parent ef101a6 commit 58853d3
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 8 deletions.
5 changes: 5 additions & 0 deletions hugr-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.2.1 (2024-07-25)

- Updated `hugr` dependencies.


## 0.2.0 (2024-07-19)

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions hugr-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hugr-cli"
version = "0.2.0"
version = "0.2.1"
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
Expand All @@ -16,7 +16,7 @@ categories = ["compilers"]
clap = { workspace = true, features = ["derive"] }
clap-stdin.workspace = true
clap-verbosity-flag.workspace = true
hugr-core = { path = "../hugr-core", version = "0.6.0" }
hugr-core = { path = "../hugr-core", version = "0.6.1" }
serde_json.workspace = true
thiserror.workspace = true

Expand Down
8 changes: 8 additions & 0 deletions hugr-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.6.1 (2024-07-25)

### Bug Fixes

- Dfg wrapper build handles incorrect output wire numbers ([#1332](https://github.com/CQCL/hugr/pull/1332))
- Sibling extension panics while computing signature with non-dataflow nodes ([#1350](https://github.com/CQCL/hugr/pull/1350))


## 0.6.0 (2024-07-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion hugr-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hugr-core"
version = "0.6.0"
version = "0.6.1"
edition = { workspace = true }
rust-version = { workspace = true }

Expand Down
5 changes: 5 additions & 0 deletions hugr-passes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.6.1 (2024-07-25)

- Updated `hugr` dependencies.


## 0.6.0 (2024-07-19)

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions hugr-passes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hugr-passes"
version = "0.6.0"
version = "0.6.1"
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
Expand All @@ -13,7 +13,7 @@ keywords = ["Quantum", "Quantinuum"]
categories = ["compilers"]

[dependencies]
hugr-core = { path = "../hugr-core", version = "0.6.0" }
hugr-core = { path = "../hugr-core", version = "0.6.1" }
itertools = { workspace = true }
lazy_static = { workspace = true }
paste = { workspace = true }
Expand Down
8 changes: 8 additions & 0 deletions hugr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.9.1 (2024-07-25)

### Bug Fixes

- Dfg wrapper build handles incorrect output wire numbers ([#1332](https://github.com/CQCL/hugr/pull/1332))
- Sibling extension panics while computing signature with non-dataflow nodes ([#1350](https://github.com/CQCL/hugr/pull/1350))


## 0.9.0 (2024-07-19)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions hugr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hugr"
version = "0.9.0"
version = "0.9.1"
edition = { workspace = true }
rust-version = { workspace = true }

Expand All @@ -26,8 +26,8 @@ extension_inference = ["hugr-core/extension_inference"]
declarative = ["hugr-core/declarative"]

[dependencies]
hugr-core = { path = "../hugr-core", version = "0.6.0" }
hugr-passes = { path = "../hugr-passes", version = "0.6.0" }
hugr-core = { path = "../hugr-core", version = "0.6.1" }
hugr-passes = { path = "../hugr-passes", version = "0.6.1" }

[dev-dependencies]
rstest = { workspace = true }
Expand Down

0 comments on commit 58853d3

Please sign in to comment.