Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garritfra committed Jan 13, 2025
1 parent 27a27f2 commit 8e154da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## Unreleased

xxx

## [2.3.0] - 2025-01-13

### Added

- New `Block::add_comment` API to add comments inside blocks; `Block::items` is now `Vec<BlockItem>` instead of `Vec<Statement>` ([#25](https://github.com/garritfra/qbe-rs/pull/25)).
Expand All @@ -12,7 +16,7 @@ All notable changes to this project will be documented in this file.

### Changed

- New field `Option<u64>` inside `Instr::Call` to specify variadic arguments ([#24](https://github.com/garritfra/qbe-rs/pull/24)).
- BREAKING: New field `Option<u64>` inside `Instr::Call` to specify variadic arguments ([#24](https://github.com/garritfra/qbe-rs/pull/24)).

## [2.2.0] - 2024-10-28

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qbe"
version = "2.2.0"
version = "2.3.0"
edition = "2021"
authors = ["Garrit Franke <garrit@slashdev.space>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 8e154da

Please sign in to comment.