From 2c7de572fc4eda0aa68fca1716195f77ddce18da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 4 Dec 2022 13:00:48 +0000 Subject: [PATCH] version: 0.6.6 --- CHANGELOG.md | 10 ++++++++-- Cargo.toml | 2 +- frontends/sdl/Cargo.toml | 2 +- frontends/web/package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a3446c..1be2d975 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 1532582a..10bbd09c 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 c456e823..4567ceab 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 2cc21de2..3db5a85b 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", -- GitLab