diff --git a/gba_test/CHANGELOG.md b/gba_test/CHANGELOG.md index b7e7770..e8ba24e 100644 --- a/gba_test/CHANGELOG.md +++ b/gba_test/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.1.4 - 2024-10-09 ### Fixed - Resolved issue with unstable `naked_functions` feature which caused compilation failures on the latest nightly builds. ### Removed diff --git a/gba_test/Cargo.toml b/gba_test/Cargo.toml index 4a8a1c6..337e1ec 100644 --- a/gba_test/Cargo.toml +++ b/gba_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gba_test" -version = "0.1.3" +version = "0.1.4" authors = ["Anders Evensen"] edition = "2021" license = "MIT OR Apache-2.0"