release: v1.1.0
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
## Upcoming
|
||||
# v1.1.0 (2024-07-12)
|
||||
|
||||
- Updated to [rosu-pp v1.1.0](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v110-2024-07-10)
|
||||
- Mods can now be specified through more types than just `int` ([#9]). Instead, it has to coincide with the following alias defintions:
|
||||
@@ -11,11 +11,11 @@
|
||||
|
||||
A "GameMod" `dict` **must** have the item `'acronym': str` and an optional item `'settings': GameModSettings`.
|
||||
|
||||
# v1.0.1 (2024-05-05)
|
||||
## v1.0.1 (2024-05-05)
|
||||
|
||||
- `PerformanceAttributes`' field `pp_accuracy` was accidentally actually named `pp_acc`; now it's definitely `pp_accuracy` ([#7])
|
||||
|
||||
# v1.0.0 (2024-04-03)
|
||||
## v1.0.0 (2024-04-03)
|
||||
|
||||
- Updated to [rosu-pp v1.0.0](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v100-2024-04-02)
|
||||
- Breaking changes ahead! There are now multiple different calculators:
|
||||
|
||||
Generated
+1
-1
@@ -161,7 +161,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rosu-pp-py"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"pyo3",
|
||||
"rosu-mods",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rosu-pp-py"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Max Ohn <ohn.m@hotmail.de>"]
|
||||
license = "MIT"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "rosu-pp-py"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
requires-python = ">=3.7"
|
||||
description = "Difficulty and performance calculation for osu!"
|
||||
classifiers = [
|
||||
|
||||
Reference in New Issue
Block a user