From 210a03d8037cdf9173cd10e35803c2149d9ca310 Mon Sep 17 00:00:00 2001 From: MaxOhn Date: Wed, 10 Jul 2024 13:36:56 +0200 Subject: [PATCH] release: v0.9.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f35258..b877c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming +# v0.9.0 (2024-07-10) - __Breaking:__ - All mods types are now re-exports from [`rosu-mods`](https://github.com/MaxOhn/rosu-mods) ([#28]) @@ -30,7 +30,7 @@ - Endpoints to retrieve scores now provide a `legacy_only` method to only request non-lazer scores. ([#21]) - Added the feature `local_oauth` to add the method `OsuBuilder::with_local_authorization` to perform the whole OAuth process locally. ([#29]) -# v0.8.0 (2023-06-27) +## v0.8.0 (2023-06-27) - __Breaking:__ - Added the field `map_id` to `Score` diff --git a/Cargo.toml b/Cargo.toml index 0a39c43..62accf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rosu-v2" -version = "0.8.0" +version = "0.9.0" description = "An osu! API v2 wrapper" readme = "README.md" keywords = ["osu", "api", "wrapper"]