diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4f32428224998434f0a6d17930d88ad3d9e920..e4e2bb2d20d287947dcdb6dfe17ba67e599365d5 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.6] - 2022-11-17 + +### Fixed + * Issue with background color and change of palette colors * Issue related with STAT interrupt not being triggered for all conditions diff --git a/Cargo.toml b/Cargo.toml index 446a1dfda761993cc5a0748faf448f8546730239..25dbed274b6dc69df7b4740bcd6cd4389ea1d7ed 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.5" +version = "0.5.6" 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 8e4ef9dfb8f64d02e7b45c67925535fed50cf396..ab3f5ad61b66bd7655e6922ddb1c9c7d98dad3bc 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.5.5" +version = "0.5.6" 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 b66d8919e42fe2f30611de7442399c193a3c4dcf..203242c1892c2c4ff0452ee632e37e9eb9f57ac7 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.5.5", + "version": "0.5.6", "description": "The web version of Boytacean", "repository": { "type": "git",