Skip to content
Snippets Groups Projects
Verified Commit 475998b4 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

version: 0.10.2

parent afc2d3de
No related branches found
No related tags found
No related merge requests found
Pipeline #4567 passed
......@@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Support for SIMD based color space conversion - [#45](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/45)
* Support for `window.requestAnimationFrame()` and game loop inversion of control - [#26](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/26)
* Custom Boot ROM support for CGB - [#34](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/34)
*
### Changed
......@@ -21,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
## [0.10.3] - 2024-07-16
### Added
* Support for SIMD based color space conversion - [#45](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/45)
* Support for `window.requestAnimationFrame()` and game loop inversion of control - [#26](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/26)
* Custom Boot ROM support for CGB - [#34](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/34)
## [0.10.2] - 2024-06-07
### Fixed
......
[package]
name = "boytacean"
description = "A Game Boy emulator that is written in Rust."
version = "0.10.2"
version = "0.10.3"
authors = ["João Magalhães <joamag@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/joamag/boytacean"
......
[package]
name = "boytacean-libretro"
version = "0.10.2"
version = "0.10.3"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "A Lib Retro frontend for Boytacen"
license = "Apache-2.0"
......
......@@ -6,7 +6,7 @@ corename = "Boytacean"
categories = "Emulator"
license = "Apache-2."
permissions = ""
display_version = "0.10.2"
display_version = "0.10.3"
# Hardware Information
manufacturer = "Nintendo"
......
[package]
name = "boytacean-sdl"
version = "0.10.2"
version = "0.10.3"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "An SDL frontend for Boytacen"
license = "Apache-2.0"
......
{
"name": "boytacean-web",
"version": "0.10.2",
"version": "0.10.3",
"description": "The web version of Boytacean",
"repository": {
"type": "git",
......
......@@ -27,7 +27,7 @@ except ImportError:
setuptools.setup(
name="boytacean",
version="0.10.2",
version="0.10.3",
author="João Magalhães",
author_email="joamag@gmail.com",
description="A Game Boy emulator that is written in Rust",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment