diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bf99ea9736d6c24956b8007137e616157ab9c0..6c0823836ffd098f30636e7d9b9a5a3c4ef8acdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +* + +## [0.5.5] - 2022-11-17 + +### Fixed + * PPU issue related to the maximum number of objects/sprite per line being 10, issue detected by ACID test * Object pixel drawing priority issue, issue detected by ACID test * Issue associated with the wrongful flipping of 8x16 sprites, issue detected by ACID test diff --git a/Cargo.toml b/Cargo.toml index 667af38302611c39241a846a9df6f4fd2bafdca7..446a1dfda761993cc5a0748faf448f8546730239 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.5.4" +version = "0.5.5" authors = ["João Magalhães <joamag@gmail.com>"] license = "Apache-2.0" repository = "https://github.com/joamag/boytacean" diff --git a/frontends/sdl/Cargo.toml b/frontends/sdl/Cargo.toml index 3eec882c57ef7b4f4934b8eb4c53f48d4f8a161e..8e4ef9dfb8f64d02e7b45c67925535fed50cf396 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.5.4" +version = "0.5.5" authors = ["João Magalhães <joamag@gmail.com>"] description = "Game Boy Emulator SDL (Desktop) Application" license = "Apache-2.0" diff --git a/frontends/web/package.json b/frontends/web/package.json index d71ef832eb76477a47ebc1773f1d53cecdc46f57..b66d8919e42fe2f30611de7442399c193a3c4dcf 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.5.4", + "version": "0.5.5", "description": "The web version of Boytacean", "repository": { "type": "git",