diff --git a/CHANGELOG.md b/CHANGELOG.md index b253c34f5be0033d9df9a43019154855c244ac79..1aa0d661febbb5dcc578ce7e3354894117344784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +* + +## [0.9.16] - 2023-10-30 + +### Fixed + * Bumped emukit version to fix a bug with zip file handling ## [0.9.15] - 2023-10-30 diff --git a/Cargo.toml b/Cargo.toml index 81aa477506eb511faad5466a1aa798d150f025e3..891a468c7dffb8c9a3f65196efe2f6e12982196e 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.15" +version = "0.9.16" authors = ["João Magalhães <joamag@gmail.com>"] license = "Apache-2.0" repository = "https://github.com/joamag/boytacean" diff --git a/frontends/libretro/Cargo.toml b/frontends/libretro/Cargo.toml index 38f7bbf6531c82d0fcc4d6afbb2a24b69d5b9a72..b469b693d5345f5d3eeee3f83c02da1c2e0cbaf1 100644 --- a/frontends/libretro/Cargo.toml +++ b/frontends/libretro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-libretro" -version = "0.9.15" +version = "0.9.16" authors = ["João Magalhães <joamag@gmail.com>"] description = "A Lib Retro frontend for Boytacen" license = "Apache-2.0" diff --git a/frontends/libretro/res/boytacean_libretro.info b/frontends/libretro/res/boytacean_libretro.info index 0a5981ff93c5ae7e8f507eac9f3543af25434e71..a9694d37318d2cfacbdd3ba19503a9fc07b6c428 100644 --- a/frontends/libretro/res/boytacean_libretro.info +++ b/frontends/libretro/res/boytacean_libretro.info @@ -6,7 +6,7 @@ corename = "Boytacean" categories = "Emulator" license = "Apache-2." permissions = "" -display_version = "0.9.15" +display_version = "0.9.16" # Hardware Information manufacturer = "Nintendo" diff --git a/frontends/sdl/Cargo.toml b/frontends/sdl/Cargo.toml index fb33cf3b9922d5327ad97a50d0fa30888a5f09da..f0adab94c632ab9bacd51a41d3dee0f0d6df2c25 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.9.15" +version = "0.9.16" 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 07850b245b4528326cb3dcb5a7a923feff2ef8a8..06492fbb5455b882051e3f0a7c8e233f519b3f40 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.9.15", + "version": "0.9.16", "description": "The web version of Boytacean", "repository": { "type": "git",