Skip to content

Commit

Permalink
(Cargo, CHANGELOG) updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXSoft committed Jan 12, 2023
1 parent d48854e commit e136aea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Unreleased
## 0.0.6 - 2023-01-12

### Changed

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "koopa"
version = "0.0.5"
version = "0.0.6"
authors = ["MaxXing <[email protected]>"]
edition = "2021"
description = "Library for generating/parsing/optimizing Koopa IR."
Expand All @@ -9,14 +9,14 @@ repository = "https://github.com/pku-minic/koopa"
documentation = "https://docs.rs/koopa"
license = "GPL-3.0"
keywords = ["compiler", "ir"]
exclude = ["/.github", "/crates", "/examples"]
exclude = ["/.github", "/crates"]

[features]
# disables the front-end logger, returns error messages as strings
no-front-logger = []

[dependencies]
key-node-list = "0.0.4"
key-node-list = "0.0.5"
colored = "2"

[dev-dependencies]
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.5"
version = "0.0.6"
authors = ["MaxXing <[email protected]>"]
edition = "2021"
description = "C library of the Koopa IR framework."
Expand Down

0 comments on commit e136aea

Please sign in to comment.