diff --git a/CHANGELOG.md b/CHANGELOG.md index 19325e9..21d0bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -## Upcoming +# v2.0.1 (2024-12-05) - Fixed the `lazer` argument not being passed to the calculation ([#12]) - Fixed the type error when passing mods to `Beatmap.convert` ([#13]) - The `settings` property for mods can now be `None` ([#13]) -# v2.0.0 (2024-12-04) +## v2.0.0 (2024-12-04) Updated all modes' difficulty and performance calculation. See osu!'s newspost for more info: diff --git a/Cargo.lock b/Cargo.lock index 5d026c9..0e499e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "autocfg" @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "rosu-pp-py" -version = "2.0.0" +version = "2.0.1" dependencies = [ "pyo3", "rosu-mods", diff --git a/Cargo.toml b/Cargo.toml index 8afbf2e..5638e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rosu-pp-py" -version = "2.0.0" +version = "2.0.1" edition = "2021" authors = ["Max Ohn "] license = "MIT" diff --git a/pyproject.toml b/pyproject.toml index 34bea89..df0224e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "rosu-pp-py" -version = "2.0.0" +version = "2.0.1" requires-python = ">=3.7" description = "Difficulty and performance calculation for osu!" classifiers = [