From e2bc86bee30b305fb6864da791676af186c9408b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 4 Jun 2023 15:01:23 +0100 Subject: [PATCH] version: 0.9.4 --- CHANGELOG.md | 12 +++++++++--- Cargo.toml | 2 +- frontends/sdl/Cargo.toml | 2 +- frontends/web/package.json | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e4a4b9..50ef3079 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 6526df54..fcb0edf0 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 295dc999..6f82827c 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 83043547..97474d44 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", -- GitLab