diff --git a/CHANGELOG.md b/CHANGELOG.md index 841c6936..7c1024e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.0] - 2023/04/11 + ### Added - Added custom `gbafix` implementation which can take the elf file produced by `cargo build` directly, removing the need for the objcopy step. diff --git a/agb-fixnum/Cargo.toml b/agb-fixnum/Cargo.toml index 2b97d8c4..cb4e16ef 100644 --- a/agb-fixnum/Cargo.toml +++ b/agb-fixnum/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "agb_fixnum" -version = "0.13.0" +version = "0.14.0" edition = "2021" license = "MPL-2.0" description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance" repository = "https://github.com/agbrs/agb" [dependencies] -agb_macros = { version = "0.13.0", path = "../agb-macros" } +agb_macros = { version = "0.14.0", path = "../agb-macros" } diff --git a/agb-gbafix/Cargo.lock b/agb-gbafix/Cargo.lock index 3bed8d81..7bee57fa 100644 --- a/agb-gbafix/Cargo.lock +++ b/agb-gbafix/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "agb-gbafix" -version = "0.1.0" +version = "0.14.0" dependencies = [ "anyhow", "bytemuck", diff --git a/agb-gbafix/Cargo.toml b/agb-gbafix/Cargo.toml index 80718f9b..71f85fbc 100644 --- a/agb-gbafix/Cargo.toml +++ b/agb-gbafix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb-gbafix" -version = "0.1.0" +version = "0.14.0" edition = "2021" authors = ["Gwilym Inzani "] license = "GPL-3.0" @@ -12,4 +12,4 @@ elf = "0.7" gbafix = "1" bytemuck = "1" anyhow = "1" -clap = "4" \ No newline at end of file +clap = "4" diff --git a/agb-image-converter/Cargo.toml b/agb-image-converter/Cargo.toml index 035b2ab9..d787fcc2 100644 --- a/agb-image-converter/Cargo.toml +++ b/agb-image-converter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb_image_converter" -version = "0.13.0" +version = "0.14.0" authors = ["Gwilym Kuiper "] edition = "2021" license = "MPL-2.0" diff --git a/agb-macros/Cargo.toml b/agb-macros/Cargo.toml index bb2556a4..64184680 100644 --- a/agb-macros/Cargo.toml +++ b/agb-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb_macros" -version = "0.13.0" +version = "0.14.0" authors = ["Gwilym Kuiper "] edition = "2021" license = "MPL-2.0" diff --git a/agb-sound-converter/Cargo.toml b/agb-sound-converter/Cargo.toml index 997f0755..4ac5bc29 100644 --- a/agb-sound-converter/Cargo.toml +++ b/agb-sound-converter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb_sound_converter" -version = "0.13.0" +version = "0.14.0" authors = ["Gwilym Kuiper "] edition = "2021" license = "MPL-2.0" diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 02cdc17b..583033a5 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb" -version = "0.13.0" +version = "0.14.0" authors = ["Corwin Kuiper ", "Gwilym Kuiper "] edition = "2021" description = "Library for Game Boy Advance Development" @@ -23,10 +23,10 @@ testing = [] [dependencies] bitflags = "2" -agb_image_converter = { version = "0.13.0", path = "../agb-image-converter" } -agb_sound_converter = { version = "0.13.0", path = "../agb-sound-converter" } -agb_macros = { version = "0.13.0", path = "../agb-macros" } -agb_fixnum = { version = "0.13.0", path = "../agb-fixnum" } +agb_image_converter = { version = "0.14.0", path = "../agb-image-converter" } +agb_sound_converter = { version = "0.14.0", path = "../agb-sound-converter" } +agb_macros = { version = "0.14.0", path = "../agb-macros" } +agb_fixnum = { version = "0.14.0", path = "../agb-fixnum" } bare-metal = "1" modular-bitfield = "0.11" rustc-hash = { version = "1", default-features = false } diff --git a/book/games/pong/Cargo.lock b/book/games/pong/Cargo.lock index 7ee79661..5915f0ec 100644 --- a/book/games/pong/Cargo.lock +++ b/book/games/pong/Cargo.lock @@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.13.0" +version = "0.14.0" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "hound", "proc-macro2", diff --git a/book/games/pong/Cargo.toml b/book/games/pong/Cargo.toml index c13ae22b..ec83e037 100644 --- a/book/games/pong/Cargo.toml +++ b/book/games/pong/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { version = "0.13.0", path = "../../../agb" } +agb = { version = "0.14.0", path = "../../../agb" } [profile.dev] opt-level = 2 diff --git a/examples/combo/Cargo.lock b/examples/combo/Cargo.lock index 2ee9eb39..0d0332fc 100644 --- a/examples/combo/Cargo.lock +++ b/examples/combo/Cargo.lock @@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.13.0" +version = "0.14.0" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "hound", "proc-macro2", diff --git a/examples/combo/Cargo.toml b/examples/combo/Cargo.toml index 519934c3..d27c394e 100644 --- a/examples/combo/Cargo.toml +++ b/examples/combo/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { version = "0.13.0", path = "../../agb" } +agb = { version = "0.14.0", path = "../../agb" } the-purple-night = { path = "../the-purple-night" } the-hat-chooses-the-wizard = { path = "../the-hat-chooses-the-wizard" } hyperspace-roll = { path = "../hyperspace-roll" } diff --git a/examples/hyperspace-roll/Cargo.lock b/examples/hyperspace-roll/Cargo.lock index da95b861..b0461ff4 100644 --- a/examples/hyperspace-roll/Cargo.lock +++ b/examples/hyperspace-roll/Cargo.lock @@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.13.0" +version = "0.14.0" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "hound", "proc-macro2", diff --git a/examples/hyperspace-roll/Cargo.toml b/examples/hyperspace-roll/Cargo.toml index 0422fa8b..1e8cdd9d 100644 --- a/examples/hyperspace-roll/Cargo.toml +++ b/examples/hyperspace-roll/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { version = "0.13.0", path = "../../agb" } +agb = { version = "0.14.0", path = "../../agb" } [profile.dev] opt-level = 2 diff --git a/examples/the-hat-chooses-the-wizard/Cargo.lock b/examples/the-hat-chooses-the-wizard/Cargo.lock index 44a85826..3bdb1ec3 100644 --- a/examples/the-hat-chooses-the-wizard/Cargo.lock +++ b/examples/the-hat-chooses-the-wizard/Cargo.lock @@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.13.0" +version = "0.14.0" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "hound", "proc-macro2", diff --git a/examples/the-hat-chooses-the-wizard/Cargo.toml b/examples/the-hat-chooses-the-wizard/Cargo.toml index 3fd5fc07..9af5d5fb 100644 --- a/examples/the-hat-chooses-the-wizard/Cargo.toml +++ b/examples/the-hat-chooses-the-wizard/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { version = "0.13.0", path = "../../agb" } +agb = { version = "0.14.0", path = "../../agb" } [build-dependencies] serde = { version = "1.0", features = ["derive"] } diff --git a/examples/the-purple-night/Cargo.lock b/examples/the-purple-night/Cargo.lock index 47cd52a5..ac89ff17 100644 --- a/examples/the-purple-night/Cargo.lock +++ b/examples/the-purple-night/Cargo.lock @@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.13.0" +version = "0.14.0" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.13.0" +version = "0.14.0" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.13.0" +version = "0.14.0" dependencies = [ "hound", "proc-macro2", diff --git a/examples/the-purple-night/Cargo.toml b/examples/the-purple-night/Cargo.toml index 82284aba..7c6daae6 100644 --- a/examples/the-purple-night/Cargo.toml +++ b/examples/the-purple-night/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { path = "../../agb", version = "0.13.0" } +agb = { path = "../../agb", version = "0.14.0" } generational-arena = { version = "0.2", default-features = false } [build-dependencies] diff --git a/template/Cargo.toml b/template/Cargo.toml index 266cf916..29bc4d85 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = "0.13.0" +agb = "0.14.0" [profile.dev] opt-level = 2