From 61663b006b3a98d5b878fb650ce9f44724e4f71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Thu, 18 May 2023 18:11:21 +0100 Subject: [PATCH] version: 0.9.0 --- CHANGELOG.md | 14 ++++++++++---- Cargo.toml | 2 +- frontends/sdl/Cargo.toml | 2 +- frontends/web/package.json | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9d1386..efc7da02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for Game Boy Color (CGB) emulation! š„³ - [#8](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/8) -* Support for CLI params in Boytacean SDL -* Support for `GameBoyConfig` structure that is passed to some comments -* New `DMA` component +* ### Changed @@ -22,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.9.0] - 2023-05-18 + +### Added + +* Support for Game Boy Color (CGB) emulation! š„³ - [#8](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/8) +* Support for CLI params in Boytacean SDL +* Support for `GameBoyConfig` structure that is passed to some comments +* New `DMA` component + ## [0.8.0] - 2023-04-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index 3c324231..0fbae8b7 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.8.0" +version = "0.9.0" 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 b566c910..4962265d 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.8.0" +version = "0.9.0" authors = ["JoĆ£o MagalhĆ£es <joamag@gmail.com>"] description = "An SDL frontend for Boytacen" license = "Apache-2.0" diff --git a/frontends/web/package.json b/frontends/web/package.json index f7199743..7df51140 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.8.0", + "version": "0.9.0", "description": "The web version of Boytacean", "repository": { "type": "git", -- GitLab