Skip to content

Commit

Permalink
release: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Dec 5, 2024
1 parent 5c629eb commit 9139dba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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: <https://osu.ppy.sh/home/news/2024-10-28-performance-points-star-rating-updates>

Expand Down
4 changes: 2 additions & 2 deletions 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 = "rosu-pp-py"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
authors = ["Max Ohn <ohn.m@hotmail.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9139dba

Please sign in to comment.