From 543141b6c94499657a2e9ebdc4f8353468b7c825 Mon Sep 17 00:00:00 2001 From: Anders429 Date: Thu, 6 Jun 2024 15:05:08 -0600 Subject: [PATCH] Prepare for version 0.1.1. --- gba_test/CHANGELOG.md | 4 ++++ gba_test/Cargo.toml | 2 +- gba_test_macros/CHANGELOG.md | 4 ++++ gba_test_macros/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gba_test/CHANGELOG.md b/gba_test/CHANGELOG.md index 27bfe45..9f7169f 100644 --- a/gba_test/CHANGELOG.md +++ b/gba_test/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.1 - 2024-06-06 +### Fixed +- Enabled `doc_cfg` feature to fix documentation build. + ## 0.1.0 - 2024-06-06 ### Added - `#[test]` attribute for writing tests. diff --git a/gba_test/Cargo.toml b/gba_test/Cargo.toml index b1a07aa..7964e2d 100644 --- a/gba_test/Cargo.toml +++ b/gba_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gba_test" -version = "0.1.0" +version = "0.1.1" authors = ["Anders Evensen"] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/gba_test_macros/CHANGELOG.md b/gba_test_macros/CHANGELOG.md index ee78184..be01677 100644 --- a/gba_test_macros/CHANGELOG.md +++ b/gba_test_macros/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.1 - 2024-06-06 +### Fixed +- Corrected workflow badge path. + ## 0.1.0 - 2024-06-06 ### Added - `#[test]` attribute for writing tests. diff --git a/gba_test_macros/Cargo.toml b/gba_test_macros/Cargo.toml index 6ccac6d..167d28f 100644 --- a/gba_test_macros/Cargo.toml +++ b/gba_test_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gba_test_macros" -version = "0.1.0" +version = "0.1.1" authors = ["Anders Evensen"] edition = "2021" license = "MIT OR Apache-2.0"