File tree 5 files changed +59
-1
lines changed
5 files changed +59
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 0.1.0 (2024-05-24)
4
12
5
13
Initial release, ported from ` hugr::cli ` module.
Original file line number Diff line number Diff line change 1
1
# 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
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## 0.1.0 (2024-05-23)
4
16
5
17
Initial release, with functions ported from the ` hugr::algorithms ` module.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## 0.4.0 (2024-05-20)
4
27
5
28
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hugr"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
edition = { workspace = true }
5
5
rust-version = { workspace = true }
6
6
You can’t perform that action at this time.
0 commit comments