Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 788 Bytes

CHANGELOG.md

File metadata and controls

18 lines (15 loc) · 788 Bytes

v0.6.0 (2023-07-08)

  • 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