Skip to content

Commit

Permalink
chore: release v0.3.1 (#88)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `hugr-llvm`: 0.3.0 -> 0.3.1

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

<blockquote>

## [0.3.1](v0.3.0...v0.3.1) -
2024-08-28

### New Features
- Emit more int operations
([#87](#87))
</blockquote>


</p></details>

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

## [Unreleased]

## [0.3.1](https://github.com/CQCL/hugr-llvm/compare/v0.3.0...v0.3.1) - 2024-08-28

### New Features
- Emit more int operations ([#87](https://github.com/CQCL/hugr-llvm/pull/87))

## [0.3.0](https://github.com/CQCL/hugr-llvm/compare/v0.2.1...v0.3.0) - 2024-08-27

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

edition = "2021"
Expand Down

0 comments on commit dd99107

Please sign in to comment.