Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@MaxOhn MaxOhn released this 08 Jul 15:58
· 1 commit to main since this release
  • Breaking

    • Renamed the GameMode variants to Osu, Taiko, Catch, and Mania
    • Replaced the chrono dependency with time. All fields of type chrono::DateTime<chrono::offset::Utc> are now of type time::OffsetDateTime
    • Removed the cache feature and all types & methods that came with it.
    • Renamed the struct APIError to ApiError
    • The given api key must now implement Into<Box<str>> instead of Into<String>
    • OsuBuilder no longer implements Default
  • Dependencies