This commit is contained in:
MaxOhn
2022-07-06 19:15:23 +02:00
parent 03e1d7655e
commit 232cdb4a4f
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
## Upcoming
Nothing as of now
# v0.7.0 (2022-07-06)
- __Fixes:__
- Slider velocity is now adjusted properly for taiko converts
- Fixed missing slider sounds for taiko converts
@@ -8,7 +12,7 @@
- Renamed all `GameMode` variants to more idiomatic names
- Renamed `ParseError::IOError` to `ParseError::IoError`
# v0.6.0 (2022-07-05)
## v0.6.0 (2022-07-05)
- __Additions__:
- Added the `ControlPoint` and `ControlPointerIter` types to the public interface
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "0.6.0"
version = "0.7.0"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2018"
license = "MIT"