Skip to content

Commit

Permalink
chore: release v0.2.0 (#58)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `hugr-llvm`: 0.1.0 -> 0.2.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.2.0](v0.1.0...v0.2.0) -
2024-07-31

### New Features
- make EmitFuncContext::iw_context pub
([#55](#55))

### Refactor
- use HugrFuncType/HugrType/HugrSumType
([#56](#56))
- remove unneeded `HugrView` constraints
([#59](#59))
- [**breaking**] add `LLVMSumValue`
([#63](#63))

### Testing
- Add test for LoadFunction Op
([#60](#60))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: Douglas Wilson <douglas.wilson@quantinuum.com>
  • Loading branch information
hugrbot and doug-q authored Jul 31, 2024
1 parent 7c087e5 commit f0ce26a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/CQCL/hugr-llvm/compare/v0.1.0...v0.2.0) - 2024-07-31

### New Features
- make EmitFuncContext::iw_context pub ([#55](https://github.com/CQCL/hugr-llvm/pull/55))

### Refactor
- use HugrFuncType/HugrType/HugrSumType ([#56](https://github.com/CQCL/hugr-llvm/pull/56))
- remove unneeded `HugrView` constraints ([#59](https://github.com/CQCL/hugr-llvm/pull/59))
- [**breaking**] add `LLVMSumValue` ([#63](https://github.com/CQCL/hugr-llvm/pull/63))

### Testing
- Add test for LoadFunction Op ([#60](https://github.com/CQCL/hugr-llvm/pull/60))

## [0.1.0](https://github.com/CQCL/hugr-llvm/releases/tag/v0.1.0) - 2024-07-10

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hugr-llvm"
version = "0.1.0"
version = "0.2.0"
description = "A general and extensible crate for lowering HUGRs into LLVM IR"

edition = "2021"
Expand Down

0 comments on commit f0ce26a

Please sign in to comment.