From bd91a5f1ac32602e3b5f0eae3551823ce715b878 Mon Sep 17 00:00:00 2001 From: Amjad Alsharafi <26300843+Amjad50@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:16:40 +0800 Subject: [PATCH] Updated version to `1.0.1` --- CHANGELOG.md | 12 +++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d1465..dcd39d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.1] - ... +## [1.0.1] - 2024-01-29 ### Added - Audio resampling - Added the test `blargg interrupt_time` -- Updated SFML to `0.21` +- Used `dynwave` for audio player +- Added option to disable audio `--disable-audio/-a` + +### Changed +- Updated `SFML` to `0.21` +- Updated `bitflags` and other deps ## [1.0.0] - 2022-05-27 ### Added @@ -49,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - This is the first release and has **SO** many rewrites and bug fixes. -[Unreleased]: https://github.com/Amjad50/mizu/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/Amjad50/mizu/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/Amjad50/mizu/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/Amjad50/mizu/compare/v0.2.0...v1.0.0 [0.2.0]: https://github.com/Amjad50/mizu/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/Amjad50/mizu/compare/v0.1.1...v0.1.2 diff --git a/Cargo.lock b/Cargo.lock index b9f059b..6c88771 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -778,7 +778,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "mizu" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap", "directories-next", diff --git a/Cargo.toml b/Cargo.toml index 42dc03b..fd5cc64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mizu" -version = "1.0.0" +version = "1.0.1" authors = ["Amjad Alsharafi "] edition = "2021" description = "An accurate gameboy(DMG) and gameboy color emulator. Front-end for mizu-core"