Skip to content

Commit

Permalink
(Cargo, CHANGELOG) updated version and changelog [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXSoft committed Nov 30, 2024
1 parent c30c5b0 commit 153bef7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 = "koopa"
version = "0.0.7"
version = "0.0.8"
authors = ["MaxXing <[email protected]>"]
edition = "2021"
description = "Library for generating/parsing/optimizing Koopa IR."
Expand Down
2 changes: 1 addition & 1 deletion crates/libkoopa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libkoopa"
version = "0.0.7"
version = "0.0.8"
authors = ["MaxXing <[email protected]>"]
edition = "2021"
description = "C library of the Koopa IR framework."
Expand Down

0 comments on commit 153bef7

Please sign in to comment.