Skip to content

Commit

Permalink
chore: hugr 0.6.1 release metadata (#1277)
Browse files Browse the repository at this point in the history
This PR includes the changes in the hotfix release of `hugr 0.6.1` and
`hugr-core 0.3.1`.
The release cherry picked the fixes from #1263 and #1275.

---------

Co-authored-by: Seyon Sivarajah <[email protected]>
  • Loading branch information
aborgna-q and ss2165 authored Jul 8, 2024
1 parent 7bb4130 commit 8ba90f9
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hugr-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ categories = ["compilers"]


[dependencies]
clap = {workspace = true, features = ["derive"]}
clap = { workspace = true, features = ["derive"] }
clap-stdin.workspace = true
clap-verbosity-flag.workspace = true
hugr-core = { path = "../hugr-core", version = "0.3.0" }
hugr-core = { path = "../hugr-core", version = "0.3.1" }
serde_json.workspace = true
thiserror.workspace = true

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

## 0.3.1 (2024-07-08)

### Bug Fixes

- Bring back input_extensions serialized field in rust NodeSer ([#1275](https://github.com/CQCL/hugr/pull/1275))


## 0.3.0 (2024-06-28)

### 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.3.0"
version = "0.3.1"
edition = { workspace = true }
rust-version = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion hugr-passes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["Quantum", "Quantinuum"]
categories = ["compilers"]

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

## 0.6.1 (2024-07-08)

### Bug Fixes

- Bring back input_extensions serialized field in rust NodeSer ([#1275](https://github.com/CQCL/hugr/pull/1275))


## 0.6.0 (2024-06-28)

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

Expand All @@ -25,7 +25,7 @@ path = "src/lib.rs"
extension_inference = []

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

[dev-dependencies]
Expand Down

0 comments on commit 8ba90f9

Please sign in to comment.