This commit is contained in:
MaxOhn
2021-04-17 16:44:40 +02:00
parent 17426b9975
commit 76b6353c15
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
## Upcoming
- No changes so far
# v0.2.1
- parse & osu:
- Cleanup and tiny optimizations
# v0.2.0
## v0.2.0
- Async beatmap parsing through features `async_tokio` or `async_std` ([#1] - [@Pure-Peace])
- Hide various parsing related types further inwards, i.e. `rosu_pp::parse::some_type` instead of `rosu_pp::some_type`
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "0.2.0"
version = "0.2.1"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
edition = "2018"
license = "MIT"