Skip to content

Commit 153bef7

Browse files
committed
(Cargo, CHANGELOG) updated version and changelog [skip-ci]
1 parent c30c5b0 commit 153bef7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
All notable changes to the Koopa will be documented in this file.
44

5-
## Unreleased
5+
## 0.0.8 - 2024-11-30
6+
7+
### Changed
8+
9+
* Minor changes for making Clippy happy.
610

711
### Fixed
812

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "koopa"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["MaxXing <[email protected]>"]
55
edition = "2021"
66
description = "Library for generating/parsing/optimizing Koopa IR."

crates/libkoopa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libkoopa"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["MaxXing <[email protected]>"]
55
edition = "2021"
66
description = "C library of the Koopa IR framework."

0 commit comments

Comments
 (0)