This commit is contained in:
MaxOhn
2022-08-02 18:33:45 +02:00
parent 28ad2ce7fb
commit 3b54827e2c
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
## Upcoming
Nothing as of now
# v0.8.0 (2022-08-02)
- __Fixes:__
- Fixed stack overflow bug when allocating ticks for some sliders on converted catch maps ([#14])
- __Breaking changes:__
@@ -8,7 +12,7 @@
a `BeatmapHitWindows` field containing the AR (preempt) and OD (great) hit windows in
milliseconds. ([#15])
# v0.7.1 (2022-07-12)
## v0.7.1 (2022-07-12)
- __Fixes:__
- Parsing edge sounds is now mindful about overflowing a byte (ref. ranked map id 80799)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "0.7.1"
version = "0.8.0"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2018"
license = "MIT"