From 2315e7aa492cb925ccf9936f7d05455fb08d645b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 27 Nov 2022 11:27:04 +0000 Subject: [PATCH] version: 0.6.5 --- CHANGELOG.md | 14 ++++++++++++-- Cargo.toml | 2 +- frontends/sdl/Cargo.toml | 2 +- frontends/web/package.json | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fed4324..dcd0e83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Canonical URL support for boytacean.joao.me +* ### Changed -* Small help changes regarding gamepad +* ### Fixed * +## [0.6.5] - 2022-11-27 + +### Added + +* Canonical URL support for boytacean.joao.me + +### Changed + +* Small help changes regarding gamepad + ## [0.6.4] - 2022-11-22 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index db800146..1532582a 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.6.4" +version = "0.6.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 73fc9656..c456e823 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.6.4" +version = "0.6.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 d5bb0100..f551130b 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.6.4", + "version": "0.6.5", "description": "The web version of Boytacean", "repository": { "type": "git", -- GitLab