From 70df535973afc2237738deff09d52257d1758803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Wed, 9 Nov 2022 07:19:03 +0000 Subject: [PATCH] version: 0.4.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- examples/sdl/Cargo.toml | 2 +- examples/web/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 509b6bb9..a70ff915 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.4.2] - 2022-11-09 + +### Fixed + * Arrow keys usage for on-screen gamepad * Wrong UX for keyboard focus and fullscreen diff --git a/Cargo.toml b/Cargo.toml index fda46c60..39618c7d 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.4.1" +version = "0.4.2" 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 ed2ae54d..134f97f0 100644 --- a/examples/sdl/Cargo.toml +++ b/examples/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.4.1" +version = "0.4.2" 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 da7ea870..a16a5149 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.4.1", + "version": "0.4.2", "description": "The web version of Boytacean", "repository": { "type": "git", -- GitLab