diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b79b05..4b96bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/CQCL/hugr-llvm/compare/v0.6.0...v0.6.1) - 2024-10-23 + +### Bug Fixes + +- don't normalise half turns ([#137](https://github.com/CQCL/hugr-llvm/pull/137)) + ## [0.6.0](https://github.com/CQCL/hugr-llvm/compare/v0.5.1...v0.6.0) - 2024-10-21 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 70d27db..8e85676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "hugr-llvm" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "delegate 0.12.0", diff --git a/Cargo.toml b/Cargo.toml index 3240513..790d00d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hugr-llvm" -version = "0.6.0" +version = "0.6.1" description = "A general and extensible crate for lowering HUGRs into LLVM IR" edition = "2021"