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

version: 0.3.3

parent 8b2922af
No related branches found
Tags 0.3.3
No related merge requests found
Pipeline #776 passed
......@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Better display of panic like errors
*
### Changed
......@@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
## [0.3.3] - 2022-06-23
### Added
* Better display of panic like errors
### Fixed
* Upload ROM button issue in Safari mobile
* Panic error testing improved to catch more complex scenarios
......
[package]
name = "chip-ahoyto"
version = "0.3.2"
version = "0.3.3"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "CHIP-8 Emulator in Rust"
license = "Apache"
......
[package]
name = "chip-ahoyto-benchmark"
version = "0.3.2"
version = "0.3.3"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "CHIP-8 Benchmark application"
license = "Apache-2.0"
......
[package]
name = "chip-ahoyto-sdl"
version = "0.3.2"
version = "0.3.3"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "CHIP-8 Emulator SDL (Desktop) Application"
license = "Apache-2.0"
......
{
"name": "chip-ahoyto-web",
"version": "0.3.2",
"version": "0.3.3",
"description": "The web version of CHIP-Ahoyto",
"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