This commit is contained in:
MaxOhn
2022-07-12 22:07:36 +02:00
parent e81e388f70
commit d81a8c9ab6
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -2,7 +2,13 @@
Nothing as of now
# v0.7.0 (2022-07-06)
# v0.7.1 (2022-07-12)
- __Fixes:__
- Parsing edge sounds is now mindful about overflowing a byte (ref. ranked map id 80799)
- Parsing the event section now attempts to read non-ASCII before eventually failing (ref. ranked map id 49374)
## v0.7.0 (2022-07-06)
- __Fixes:__
- Slider velocity is now adjusted properly for taiko converts
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "0.7.0"
version = "0.7.1"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2018"
license = "MIT"