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"