From 51e86fd229a18aed7e23dc2213b252abc652c8a2 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 22:01:37 +0100 Subject: [PATCH] version: 0.9.1 --- CHANGELOG.md | 12 +++++++++++- Cargo.toml | 2 +- frontends/sdl/Cargo.toml | 2 +- frontends/web/package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c51de2..ad507061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for enabling and disabling audio channels +* ### Changed @@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +* + +## [0.9.1] - 2023-05-18 + +### Added + +* Support for enabling and disabling audio channels + +### Fixed + * Issue with CH2 envelope initialization ## [0.9.0] - 2023-05-18 diff --git a/Cargo.toml b/Cargo.toml index 0fbae8b7..ce0f96f0 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.9.0" +version = "0.9.1" 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 4962265d..a6d25be6 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.9.0" +version = "0.9.1" 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 7df51140..99922555 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.9.0", + "version": "0.9.1", "description": "The web version of Boytacean", "repository": { "type": "git", -- GitLab