Skip to content

Commit 6a06fb2

Browse files
committed
(Cargo, CHANGELOG) updated version
1 parent db080bd commit 6a06fb2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

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

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

5-
## Unreleased
5+
## 0.0.10 - 2026-03-19
66

77
### Added
88

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

koopa/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.9"
3+
version = "0.0.10"
44
authors = ["MaxXing <x@MaxXSoft.net>"]
55
edition = "2024"
66
description = "Library for generating/parsing/optimizing Koopa IR."

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.9"
3+
version = "0.0.10"
44
authors = ["MaxXing <x@MaxXSoft.net>"]
55
edition = "2024"
66
description = "C library of the Koopa IR framework."

0 commit comments

Comments
 (0)