diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e4a4b9ecd4727e24e1f4cebd6b3953ae93e507..50ef3079324739b8becf1470f15e89b303968a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for displaying speed at which the CPU is running in web debug -* Headless execution mode in Boytacean SDL -* Many more parameters added for Boytacean SDL +* ### Changed @@ -21,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.9.4] - 2023-06-04 + +### Added + +* Support for displaying speed at which the CPU is running in Web mode, for debug purposes +* Headless execution mode in Boytacean SDL +* Many more parameters added for Boytacean SDL + ## [0.9.3] - 2023-05-18 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 6526df547fd7018a0e871d52dd7663090535da39..fcb0edf008acaf09b9247899e02dbacf79b740bd 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.9.3" +version = "0.9.4" 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 295dc999b86b31b42d40e190f2c57609e4334e1b..6f82827cbfd3711c998a129d19b8a7a6b0ec112c 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.9.3" +version = "0.9.4" authors = ["João Magalhães <joamag@gmail.com>"] description = "An SDL frontend for Boytacen" license = "Apache-2.0" diff --git a/frontends/web/package.json b/frontends/web/package.json index 8304354769c2a80cbf0dcf10f0d180115ffcd6b9..97474d44765b9947ebc5ccd1cf99a6f5318af17d 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.9.3", + "version": "0.9.4", "description": "The web version of Boytacean", "repository": { "type": "git",