diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ec6295..f4b96d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming +# v1.1.0 (2024-07-10) - __Additions:__ - Mods no longer need to be specified through their legacy bitflags. Instead, [`rosu-mods`] is being used to accept any type that's convertible into the new `rosu-pp` type "`GameMods`". Currently, those types are: @@ -16,7 +16,7 @@ - __Fixes:__ - The `od_with_mods` argument is now being used properly ([#35]) -# v1.0.0 (2024-04-02) +## v1.0.0 (2024-04-02) The `rosu-pp` interface and internal structure has been rewritten completely. Fields have been modified, builders work differently, function arguments have changed, and some types are no longer diff --git a/Cargo.toml b/Cargo.toml index e9aee393..1e41427e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rosu-pp" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["MaxOhn "] license = "MIT"