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

version: 0.6.8

parent a4ee08a1
No related branches found
No related tags found
No related merge requests found
Pipeline #2196 passed
......@@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Support for the `build.rs` generation file that creates the `gen.rs` file
* Support for benchmark in the SDL frontend
* Palette switching for the SDL frontend
*
### Changed
......@@ -19,6 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
## [0.6.8] - 2023-02-21
### Added
* Support for the `build.rs` generation file that creates the `gen.rs` file
* Support for benchmark in the SDL frontend
* Palette switching for the SDL frontend
### Fixed
* Bug with ROM title that included 0x0 characters in it
* V-Sync issue with SDL
......
[package]
name = "boytacean"
description = "A Game Boy emulator that is written in Rust."
version = "0.6.7"
version = "0.6.8"
authors = ["João Magalhães <joamag@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/joamag/boytacean"
......
[package]
name = "boytacean-sdl"
version = "0.6.7"
version = "0.6.8"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "An SDL frontend for Boytacen"
license = "Apache-2.0"
......
{
"name": "boytacean-web",
"version": "0.6.7",
"version": "0.6.8",
"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