diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9d1386236d217132fc2f19b7a3d92efe3a7e17..efc7da02972065f5093353d09bfe69740374af80 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 3c324231fcbeec544f9cbcb4389b54ddf22134fc..0fbae8b708bb43cbe83c586fc8651089a02e176c 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 b566c910a714c4bdfb38ce088baaf26460348037..4962265d7a6832c3f575052b5dce2afe44fc882a 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 f7199743512a70421d8ac8f400f162cf864687e2..7df51140f0ae3e69b2784fe0e3784ade6b563fca 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",