diff --git a/CHANGELOG.md b/CHANGELOG.md index f991c88217a4e3007db5b45f11b3420bf34e5740..1b80972d14fff2464651dc56bb3041a0bfc198e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for 8x16 sprites -* Support for MBC5, think Pokemon Yellow +* ### Changed @@ -18,6 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +* + +## [0.3.0] - 2022-07-11 + +### Added + +* Support for 8x16 sprites +* Support for MBC5, think Pokemon Yellow + +### Fixed + * Issue with MBC1 and Advanced ROM Banking Mode * Issue related to LDC power of and return mode diff --git a/Cargo.toml b/Cargo.toml index b538005fb5b22563e179acb232870358651c5198..9523dbb9f5319699a67b859632cb1041bc3114e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "boytacean" description = "A Game Boy emulator that is written in Rust." -version = "0.2.0" +version = "0.3.0" authors = ["João Magalhães <joamag@gmail.com>"] license = "Apache-2.0" repository = "https://gitlab.stage.hive.pt/joamag/boytacean" diff --git a/examples/sdl/Cargo.toml b/examples/sdl/Cargo.toml index 148fddb16c317773abc93f289f77c502f24cfb2c..97b7e3ea960e3bbc3f7a91d0d7323516286e673b 100644 --- a/examples/sdl/Cargo.toml +++ b/examples/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.2.0" +version = "0.3.0" authors = ["João Magalhães <joamag@gmail.com>"] description = "Game Boy Emulator SDL (Desktop) Application" license = "Apache-2.0" diff --git a/examples/web/package.json b/examples/web/package.json index 2437062811be34e6d2f1f7e0ac5c940a6ebb2f77..3b25a29a46c25f7a5e97cc0e436f3f5220333503 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.2.0", + "version": "0.3.0", "description": "The web version of Boytacean", "repository": { "type": "git",