This commit is contained in:
MaxOhn
2021-08-09 12:04:00 +02:00
parent cc8c893866
commit a6f35e7985
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -1,12 +1,14 @@
## Upcoming
# v0.2.3
- Reduced amount of required features of `async_std` and `async_tokio`
- Fixed a panic for some mania difficulty calculations on converts
- Updated the difficulty & pp changes from 21.07.27
- Fixed dead loop when reading empty `.osu` files ([#2] - [@Pure-Peace])
- Updated osu's clockrate bugfix for all modes
# v0.2.2
## v0.2.2
- osu & fruits:
- Fixed specific slider patterns
@@ -51,4 +53,5 @@
[@Pure-Peace]: https://github.com/Pure-Peace
[#1]: https://github.com/MaxOhn/rosu-pp/pull/1
[#1]: https://github.com/MaxOhn/rosu-pp/pull/1
[#2]: https://github.com/MaxOhn/rosu-pp/pull/2
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "0.2.2"
version = "0.2.3"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2018"
license = "MIT"