diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a3446c7a3d32373cb90b288a6070e06ea2f80c..1be2d975d9bcdc48969161f392ecc9c63754c01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for theme and palette selection -* Theme stored in `localStorage` +* ### Changed @@ -20,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.6.6] - 2022-12-04 + +### Added + +* Support for theme and palette selection +* Theme stored in `localStorage` + ## [0.6.5] - 2022-11-27 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1532582ad09da85052395c205b818e0e0935f426..10bbd09cc3c644cfa541bd24739f697c1ee06492 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.5" +version = "0.6.6" 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 c456e823b2f0e19737e433e573a10745a7164b3f..4567ceabfc10c96314e5649ac86d8f4dce76491d 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.6.5" +version = "0.6.6" 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 2cc21de2015df5df5d7c5d83076d134d9e512a8f..3db5a85bca38b3ab3dbaf7c1999ee92e7b837bf0 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.6.5", + "version": "0.6.6", "description": "The web version of Boytacean", "repository": { "type": "git",