This commit is contained in:
Max
2022-11-08 20:01:24 +01:00
parent 20d7598e07
commit e3e583ce40
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
## Upcoming
Nothing as of now
# v0.9.2 (2022-11-08)
- __Adjustments:__
- When passing an osu!std map to `TaikoGradualDifficultyAttributes` or `ManiaGradualDifficultyAttributes`, it now automatically converts the map internally. For osu!catch is was already happening trivially.
@@ -9,7 +13,7 @@
- Fixed an occasional underflow when calculating accuracy pp
- Fixed an infinite loop on special ctb maps
# v0.9.1 (2022-10-26)
## v0.9.1 (2022-10-26)
- __Adjustments:__
- When passing an osu!std map to `TaikoPP` or `ManiaPP`, it now automatically converts the map internally. For osu!catch it was already happening trivially.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "0.9.1"
version = "0.9.2"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2018"
license = "MIT"