## Upcoming - Breaking - Renamed the `GameMode` variants to `Osu`, `Taiko`, `Catch`, and `Mania` - Replaced the [`chrono`] dependency with [`time`]. All fields of type `chrono::DateTime` 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>` instead of `Into` - `OsuBuilder` no longer implements `Default` - Dependencies - Bumped [`prometheus`] from 0.11 to 0.13 - Added [`thiserror`] [`chrono`]: https://crates.io/crates/chrono [`time`]: https://crates.io/crates/time [`prometheus`]: https://crates.io/crates/prometheus [`thiserror`]: https://crates.io/crates/prometheus