Skip to content

Commit 96bc15f

Browse files
author
hugrbot
authored
chore: release
1 parent fd5f989 commit 96bc15f

File tree

5 files changed

+59
-1
lines changed

5 files changed

+59
-1
lines changed

hugr-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0 (2024-05-29)
4+
5+
### Features
6+
7+
- [**breaking**] Move cli in to hugr-cli sub-crate ([#1107](https://github.com/CQCL/hugr/pull/1107))
8+
- Add verbosity, return `Hugr` from `run`. ([#1116](https://github.com/CQCL/hugr/pull/1116))
9+
10+
311
## 0.1.0 (2024-05-24)
412

513
Initial release, ported from `hugr::cli` module.

hugr-core/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
3+
## 0.0.0 (2024-05-29)
4+
5+
### Features
6+
7+
- [**breaking**] Move cli in to hugr-cli sub-crate ([#1107](https://github.com/CQCL/hugr/pull/1107))
8+
- Make internals of int ops and the "int" CustomType more public. ([#1114](https://github.com/CQCL/hugr/pull/1114))
9+
- Unseal and make public the traits `HugrInternals` and `HugrMutInternals` ([#1122](https://github.com/CQCL/hugr/pull/1122))
10+
11+
### Refactor
12+
13+
- Add a `hugr-core` crate ([#1108](https://github.com/CQCL/hugr/pull/1108))
14+
15+
16+
# Changelog

hugr-passes/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.1.0 (2024-05-29)
4+
5+
### Features
6+
7+
- [**breaking**] Move passes from `algorithms` into a separate crate ([#1100](https://github.com/CQCL/hugr/pull/1100))
8+
- [**breaking**] Move cli in to hugr-cli sub-crate ([#1107](https://github.com/CQCL/hugr/pull/1107))
9+
10+
### Refactor
11+
12+
- Add a `hugr-core` crate ([#1108](https://github.com/CQCL/hugr/pull/1108))
13+
14+
315
## 0.1.0 (2024-05-23)
416

517
Initial release, with functions ported from the `hugr::algorithms` module.

hugr/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.5.0 (2024-05-29)
4+
5+
### Bug Fixes
6+
7+
- Missing re-exports in `hugr::hugr` ([#1127](https://github.com/CQCL/hugr/pull/1127))
8+
9+
### Features
10+
11+
- [**breaking**] Remove `PartialEq` impl for `ConstF64` ([#1079](https://github.com/CQCL/hugr/pull/1079))
12+
- [**breaking**] Allow "Row Variables" declared as List<Type> ([#804](https://github.com/CQCL/hugr/pull/804))
13+
- Hugr binary cli tool ([#1096](https://github.com/CQCL/hugr/pull/1096))
14+
- [**breaking**] Move passes from `algorithms` into a separate crate ([#1100](https://github.com/CQCL/hugr/pull/1100))
15+
- [**breaking**] Disallow nonlocal value edges into FuncDefn's ([#1061](https://github.com/CQCL/hugr/pull/1061))
16+
- [**breaking**] Move cli in to hugr-cli sub-crate ([#1107](https://github.com/CQCL/hugr/pull/1107))
17+
- Add verbosity, return `Hugr` from `run`. ([#1116](https://github.com/CQCL/hugr/pull/1116))
18+
- Unseal and make public the traits `HugrInternals` and `HugrMutInternals` ([#1122](https://github.com/CQCL/hugr/pull/1122))
19+
20+
### Refactor
21+
22+
- [**breaking**] No Ports in TypeRow ([#1087](https://github.com/CQCL/hugr/pull/1087))
23+
- Add a `hugr-core` crate ([#1108](https://github.com/CQCL/hugr/pull/1108))
24+
25+
326
## 0.4.0 (2024-05-20)
427

528
### Bug Fixes

hugr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hugr"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66

0 commit comments

Comments
 (0)