From 72d51e2f1a3cc62962f1db8c616155e5387c1f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Thu, 23 Jun 2022 18:27:42 +0100 Subject: [PATCH] version: 0.3.3 --- CHANGELOG.md | 12 +++++++++++- Cargo.toml | 2 +- examples/benchmark/Cargo.toml | 2 +- examples/sdl/Cargo.toml | 2 +- examples/web/package.json | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa0883..ed66aba 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 10ae9d9..a57a65c 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 ccad4d6..df8777d 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 c9105a8..c5868e5 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 fc55471..c3c22ea 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", -- GitLab