Skip to content

Commit

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

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

<blockquote>

## [0.2.1](v0.2.0...v0.2.1) -
2024-08-19

### Documentation
- Remove fixed crate version in usage instructions
([#68](#68))

### New Features
- Add lowering for LoadFunction
([#65](#65))
- Emission for CallIndirect nodes
([#73](#73))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
hugrbot authored Aug 19, 2024
1 parent 43739f1 commit ef6e337
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/CQCL/hugr-llvm/compare/v0.2.0...v0.2.1) - 2024-08-19

### Documentation
- Remove fixed crate version in usage instructions ([#68](https://github.com/CQCL/hugr-llvm/pull/68))

### New Features
- Add lowering for LoadFunction ([#65](https://github.com/CQCL/hugr-llvm/pull/65))
- Emission for CallIndirect nodes ([#73](https://github.com/CQCL/hugr-llvm/pull/73))

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

### New Features
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.2.0"
version = "0.2.1"
description = "A general and extensible crate for lowering HUGRs into LLVM IR"

edition = "2021"
Expand Down

0 comments on commit ef6e337

Please sign in to comment.