Skip to content

Commit

Permalink
release: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Jul 10, 2024
1 parent e09a210 commit 210a03d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 210a03d

Please sign in to comment.