From 31d73d9314992d76b67e2c6c39da9167078c86db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:07:16 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e70d923309..2b27f8bcfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.2.0 (2024-02-07) + +### Documentation + +- Fix crates.io badge in README ([#809](https://github.com/CQCL/hugr/pull/809)) +- Use absolute links in the README ([#811](https://github.com/CQCL/hugr/pull/811)) +- Remove input->const order edges from spec diagrams ([#812](https://github.com/CQCL/hugr/pull/812)) +- Remove incorrect indentation in spec ([#813](https://github.com/CQCL/hugr/pull/813)) +- Tweaks to main example ([#825](https://github.com/CQCL/hugr/pull/825)) + +### Features + +- Add InlineDFG rewrite ([#828](https://github.com/CQCL/hugr/pull/828)) +- [**breaking**] Impls of CustomConst must be able to report their type ([#827](https://github.com/CQCL/hugr/pull/827)) + ## 0.1.0 (2024-01-15) This is the initial release of the Hierarchical Unified Graph Representation. diff --git a/Cargo.toml b/Cargo.toml index a0de4d9c79..c1ee020fcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantinuum-hugr" -version = "0.1.0" +version = "0.2.0" license = "Apache-2.0" readme = "README.md"