Skip to content

Commit

Permalink
Updated version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad50 committed Jan 29, 2024
1 parent ab8b5b8 commit bd91a5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mizu"
version = "1.0.0"
version = "1.0.1"
authors = ["Amjad Alsharafi <amjadsharafi10@gmail.com>"]
edition = "2021"
description = "An accurate gameboy(DMG) and gameboy color emulator. Front-end for mizu-core"
Expand Down

0 comments on commit bd91a5f

Please sign in to comment.