release: v1.1.0

This commit is contained in:
MaxOhn
2024-07-10 14:04:05 +02:00
parent f1d6fba4ec
commit 861135eb69
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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:
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
license = "MIT"