diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fed4324067ae41a0a1bf201e735defc4c98063f..dcd0e83fb2aa26deb1da7586508020024487131f 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 db800146be525d4c538bf4aa597d84a4c4a7ecd8..1532582ad09da85052395c205b818e0e0935f426 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 73fc9656d459063c1622a856eaeedadd18f94dec..c456e823b2f0e19737e433e573a10745a7164b3f 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 d5bb01002eb5b96e933348dec9dad182fd3f2890..f551130b89f9683cc21cfbac10c0201276d03853 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",