diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d77c96..e6eff82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` instead of `Vec` ([#25](https://github.com/garritfra/qbe-rs/pull/25)). @@ -12,7 +16,7 @@ All notable changes to this project will be documented in this file. ### Changed -- New field `Option` inside `Instr::Call` to specify variadic arguments ([#24](https://github.com/garritfra/qbe-rs/pull/24)). +- BREAKING: New field `Option` inside `Instr::Call` to specify variadic arguments ([#24](https://github.com/garritfra/qbe-rs/pull/24)). ## [2.2.0] - 2024-10-28 diff --git a/Cargo.toml b/Cargo.toml index fcc54db..10a64e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbe" -version = "2.2.0" +version = "2.3.0" edition = "2021" authors = ["Garrit Franke "] license = "MIT OR Apache-2.0"