This commit is contained in:
MaxOhn
2022-10-26 22:31:44 +02:00
parent 007410192b
commit 4137520bbb
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,12 +1,16 @@
## Upcoming
Nothing as of now
# 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.
- __Fixes:__
- The fields `section_len` for all strain structs no longer depends on the clock rate.
# v0.9.0 (2022-10-24)
## v0.9.0 (2022-10-24)
Big changes including the most recent [osu!](https://osu.ppy.sh/home/news/2022-09-30-changes-to-osu-sr-and-pp), [taiko](https://osu.ppy.sh/home/news/2022-09-28-changes-to-osu-taiko-sr-and-pp), and [mania](https://osu.ppy.sh/home/news/2022-10-09-changes-to-osu-mania-sr-and-pp) updates, aswell as various breaking changes.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "0.9.0"
version = "0.9.1"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2018"
license = "MIT"