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

version: 0.4.0

parent a45209bd
No related branches found
Tags 0.4.0
1 merge request!9Version 0.4.0 🍾
Pipeline #1427 passed
......@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
*
### Changed
*
### Fixed
*
## [0.4.0] - 2022-11-01
### Added
* A whole new layout implemented using React.JS 🔥
* Instant boot support using the `GameBoy.boot()` method
* Support for pending cycles in web version
......
[package]
name = "boytacean"
description = "A Game Boy emulator that is written in Rust."
version = "0.3.0"
version = "0.4.0"
authors = ["João Magalhães <joamag@gmail.com>"]
license = "Apache-2.0"
repository = "https://gitlab.stage.hive.pt/joamag/boytacean"
......
[package]
name = "boytacean-sdl"
version = "0.3.0"
version = "0.4.0"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "Game Boy Emulator SDL (Desktop) Application"
license = "Apache-2.0"
......
{
"name": "boytacean-web",
"version": "0.3.0",
"version": "0.4.0",
"description": "The web version of Boytacean",
"repository": {
"type": "git",
......
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