From 8b17a1110d7cfa4e2e0a547e9b45ef9d9741e094 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Wed, 23 Oct 2024 15:46:57 +0100 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"