Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Jul 10, 2024
1 parent f1d6fba commit 861135e
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
# v1.1.0 (2024-07-10)

- __Additions:__
- Mods no longer need to be specified through their legacy bitflags. Instead, [`rosu-mods`] is being used to accept any type that's convertible into the new `rosu-pp` type "`GameMods`". Currently, those types are:
Expand All @@ -16,7 +16,7 @@
- __Fixes:__
- The `od_with_mods` argument is now being used properly ([#35])

# v1.0.0 (2024-04-02)
## v1.0.0 (2024-04-02)

The `rosu-pp` interface and internal structure has been rewritten completely. Fields have been
modified, builders work differently, function arguments have changed, and some types are no longer
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-pp"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
authors = ["MaxOhn <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 861135e

Please sign in to comment.