From 974a9c9999af4241a186b7ed2f8a6c3e5238fb41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Mon, 30 Oct 2023 11:02:00 +0000
Subject: [PATCH] version: 0.9.15

---
 CHANGELOG.md                                   | 12 +++++++++---
 Cargo.toml                                     |  2 +-
 frontends/libretro/Cargo.toml                  |  2 +-
 frontends/libretro/res/boytacean_libretro.info |  2 +-
 frontends/sdl/Cargo.toml                       |  2 +-
 frontends/web/package.json                     |  2 +-
 6 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 983951c6..ecdbd854 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
-* Support for Zip file in Web frontend
-* Support for raw frame buffer
-* Lazy evaluation of frame_buffer (on-demand) for DMG
+*
 
 ### Changed
 
@@ -21,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 *
 
+## [0.9.15] - 2023-10-30
+
+### Added
+
+* Support for ROM in zip files (Web frontend)
+* Support for raw frame buffer
+* Lazy evaluation of frame_buffer (on-demand) for DMG
+
 ## [0.9.14] - 2023-08-24
 
 ### Added
diff --git a/Cargo.toml b/Cargo.toml
index 3dbc7a9f..81aa4775 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.14"
+version = "0.9.15"
 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 eef98140..38f7bbf6 100644
--- a/frontends/libretro/Cargo.toml
+++ b/frontends/libretro/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "boytacean-libretro"
-version = "0.9.14"
+version = "0.9.15"
 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 386c097d..0a5981ff 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.14"
+display_version = "0.9.15"
 
 # Hardware Information
 manufacturer = "Nintendo"
diff --git a/frontends/sdl/Cargo.toml b/frontends/sdl/Cargo.toml
index 94dc586e..fb33cf3b 100644
--- a/frontends/sdl/Cargo.toml
+++ b/frontends/sdl/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "boytacean-sdl"
-version = "0.9.14"
+version = "0.9.15"
 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 eb9e9644..6007501d 100644
--- a/frontends/web/package.json
+++ b/frontends/web/package.json
@@ -1,6 +1,6 @@
 {
     "name": "boytacean-web",
-    "version": "0.9.14",
+    "version": "0.9.15",
     "description": "The web version of Boytacean",
     "repository": {
         "type": "git",
-- 
GitLab