From 02019aec9faca689ef0ce36ed867cd78aaa7c117 Mon Sep 17 00:00:00 2001 From: Anders429 Date: Wed, 9 Oct 2024 16:37:04 -0600 Subject: [PATCH] Prepare for 0.1.4 release. --- gba_test/CHANGELOG.md | 2 +- gba_test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"