From 78f9fd2026b19e41d0a017a203fc85dad2b7130d Mon Sep 17 00:00:00 2001 From: Corwin Date: Wed, 12 Oct 2022 19:00:12 +0100 Subject: [PATCH] Release v0.12.1 --- CHANGELOG.md | 2 ++ agb-fixnum/Cargo.toml | 4 ++-- agb-image-converter/Cargo.toml | 2 +- agb-macros/Cargo.toml | 2 +- agb-sound-converter/Cargo.toml | 2 +- agb/Cargo.toml | 10 +++++----- book/games/pong/Cargo.lock | 10 +++++----- book/games/pong/Cargo.toml | 2 +- examples/hyperspace-roll/Cargo.lock | 10 +++++----- examples/hyperspace-roll/Cargo.toml | 2 +- examples/the-hat-chooses-the-wizard/Cargo.lock | 10 +++++----- examples/the-hat-chooses-the-wizard/Cargo.toml | 2 +- examples/the-purple-night/Cargo.lock | 10 +++++----- examples/the-purple-night/Cargo.toml | 2 +- template/Cargo.toml | 2 +- 15 files changed, 37 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96a00c5..714a9530 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.12.1] - 2022/10/12 + This is a minor release to fix the build of the docs on [docs.rs/agb](https://docs.rs/agb). ### Fixed diff --git a/agb-fixnum/Cargo.toml b/agb-fixnum/Cargo.toml index cab4ae89..249c132c 100644 --- a/agb-fixnum/Cargo.toml +++ b/agb-fixnum/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "agb_fixnum" -version = "0.12.0" +version = "0.12.1" 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.12.0", path = "../agb-macros" } +agb_macros = { version = "0.12.1", path = "../agb-macros" } diff --git a/agb-image-converter/Cargo.toml b/agb-image-converter/Cargo.toml index 52936c28..23278fdd 100644 --- a/agb-image-converter/Cargo.toml +++ b/agb-image-converter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb_image_converter" -version = "0.12.0" +version = "0.12.1" authors = ["Gwilym Kuiper "] edition = "2018" license = "MPL-2.0" diff --git a/agb-macros/Cargo.toml b/agb-macros/Cargo.toml index a0ebe3c1..dbfc8723 100644 --- a/agb-macros/Cargo.toml +++ b/agb-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb_macros" -version = "0.12.0" +version = "0.12.1" authors = ["Gwilym Kuiper "] edition = "2018" license = "MPL-2.0" diff --git a/agb-sound-converter/Cargo.toml b/agb-sound-converter/Cargo.toml index 5dac2df7..181ce2bc 100644 --- a/agb-sound-converter/Cargo.toml +++ b/agb-sound-converter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb_sound_converter" -version = "0.12.0" +version = "0.12.1" authors = ["Gwilym Kuiper "] edition = "2018" license = "MPL-2.0" diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 2bb72e8b..3a234d0e 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb" -version = "0.12.0" +version = "0.12.1" authors = ["Corwin Kuiper ", "Gwilym Kuiper "] edition = "2018" description = "Library for Game Boy Advance Development" @@ -21,10 +21,10 @@ testing = [] [dependencies] bitflags = "1" -agb_image_converter = { version = "0.12.0", path = "../agb-image-converter" } -agb_sound_converter = { version = "0.12.0", path = "../agb-sound-converter" } -agb_macros = { version = "0.12.0", path = "../agb-macros" } -agb_fixnum = { version = "0.12.0", path = "../agb-fixnum" } +agb_image_converter = { version = "0.12.1", path = "../agb-image-converter" } +agb_sound_converter = { version = "0.12.1", path = "../agb-sound-converter" } +agb_macros = { version = "0.12.1", path = "../agb-macros" } +agb_fixnum = { version = "0.12.1", 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 de3fd46e..531d35c0 100644 --- a/book/games/pong/Cargo.lock +++ b/book/games/pong/Cargo.lock @@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.12.0" +version = "0.12.1" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.12.0" +version = "0.12.1" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.12.0" +version = "0.12.1" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.12.0" +version = "0.12.1" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.12.0" +version = "0.12.1" dependencies = [ "hound", "proc-macro2", diff --git a/book/games/pong/Cargo.toml b/book/games/pong/Cargo.toml index 55e19272..d33d07f3 100644 --- a/book/games/pong/Cargo.toml +++ b/book/games/pong/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { version = "0.12.0", path = "../../../agb" } +agb = { version = "0.12.1", path = "../../../agb" } [profile.dev] opt-level = 2 diff --git a/examples/hyperspace-roll/Cargo.lock b/examples/hyperspace-roll/Cargo.lock index 32b57f70..b795adcb 100644 --- a/examples/hyperspace-roll/Cargo.lock +++ b/examples/hyperspace-roll/Cargo.lock @@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.12.0" +version = "0.12.1" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.12.0" +version = "0.12.1" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.12.0" +version = "0.12.1" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.12.0" +version = "0.12.1" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.12.0" +version = "0.12.1" dependencies = [ "hound", "proc-macro2", diff --git a/examples/hyperspace-roll/Cargo.toml b/examples/hyperspace-roll/Cargo.toml index 2f1391fb..7a4c8827 100644 --- a/examples/hyperspace-roll/Cargo.toml +++ b/examples/hyperspace-roll/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { version = "0.12.0", path = "../../agb" } +agb = { version = "0.12.1", path = "../../agb" } bare-metal = "1" [profile.dev] diff --git a/examples/the-hat-chooses-the-wizard/Cargo.lock b/examples/the-hat-chooses-the-wizard/Cargo.lock index 547bc058..c1c7df9b 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.12.0" +version = "0.12.1" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.12.0" +version = "0.12.1" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.12.0" +version = "0.12.1" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.12.0" +version = "0.12.1" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.12.0" +version = "0.12.1" 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 d14b83a0..96aff1c6 100644 --- a/examples/the-hat-chooses-the-wizard/Cargo.toml +++ b/examples/the-hat-chooses-the-wizard/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { version = "0.12.0", path = "../../agb" } +agb = { version = "0.12.1", 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 48925331..13bbd1b6 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.12.0" +version = "0.12.1" dependencies = [ "agb_fixnum", "agb_image_converter", @@ -30,14 +30,14 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.12.0" +version = "0.12.1" dependencies = [ "agb_macros", ] [[package]] name = "agb_image_converter" -version = "0.12.0" +version = "0.12.1" dependencies = [ "asefile", "fontdue", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "agb_macros" -version = "0.12.0" +version = "0.12.1" dependencies = [ "proc-macro2", "quote", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "agb_sound_converter" -version = "0.12.0" +version = "0.12.1" dependencies = [ "hound", "proc-macro2", diff --git a/examples/the-purple-night/Cargo.toml b/examples/the-purple-night/Cargo.toml index 2d66e5ad..ec6b3d3a 100644 --- a/examples/the-purple-night/Cargo.toml +++ b/examples/the-purple-night/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = { path = "../../agb", version = "0.12.0" } +agb = { path = "../../agb", version = "0.12.1" } generational-arena = { version = "0.2", default-features = false } [build-dependencies] diff --git a/template/Cargo.toml b/template/Cargo.toml index 0f972972..40631ba5 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = "0.12.0" +agb = "0.12.1" [profile.dev] opt-level = 2