diff --git a/CHANGELOG.md b/CHANGELOG.md index afa08836c57d1c0757b011cfb995aeda61a36fdb..ed66abafa9e71b1a2c5d04474de5bef54b88e1e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 10ae9d9146e2319418d9e371c6fc6da9c2d658d6..a57a65cd86ec1aa6b41da8deac6e208a356756ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [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" diff --git a/examples/benchmark/Cargo.toml b/examples/benchmark/Cargo.toml index ccad4d6ac740c9ebe3c548a82ef98a42f9c709ec..df8777d5b6c6eee72e10066552b07ba577fa3c00 100644 --- a/examples/benchmark/Cargo.toml +++ b/examples/benchmark/Cargo.toml @@ -1,6 +1,6 @@ [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" diff --git a/examples/sdl/Cargo.toml b/examples/sdl/Cargo.toml index c9105a86b57bc4a8bbd46a684b43696c688a61e2..c5868e597c3f48c8d6ab68d7b4f63326a6c6d159 100644 --- a/examples/sdl/Cargo.toml +++ b/examples/sdl/Cargo.toml @@ -1,6 +1,6 @@ [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" diff --git a/examples/web/package.json b/examples/web/package.json index fc554712dc0e6f1b358763b0ff134daba20b685d..c3c22ea0a6a302477f049e850dd6a45ba839c0cd 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -1,6 +1,6 @@ { "name": "chip-ahoyto-web", - "version": "0.3.2", + "version": "0.3.3", "description": "The web version of CHIP-Ahoyto", "repository": { "type": "git",