diff --git a/CHANGELOG.md b/CHANGELOG.md index dc92f5e..10a314e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to the Koopa will be documented in this file. -## Unreleased +## 0.0.8 - 2024-11-30 + +### Changed + +* Minor changes for making Clippy happy. ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 73e7387..b494a27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "koopa" -version = "0.0.7" +version = "0.0.8" authors = ["MaxXing "] edition = "2021" description = "Library for generating/parsing/optimizing Koopa IR." diff --git a/crates/libkoopa/Cargo.toml b/crates/libkoopa/Cargo.toml index 2fee772..3665d24 100644 --- a/crates/libkoopa/Cargo.toml +++ b/crates/libkoopa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libkoopa" -version = "0.0.7" +version = "0.0.8" authors = ["MaxXing "] edition = "2021" description = "C library of the Koopa IR framework."