v0.7.1
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
||||
# v0.7.0 (2022-07-07)
|
||||
# v0.7.1 (2022-07-12)
|
||||
- Updated to [rosu-pp v0.7.1](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v071-2022-07-12)
|
||||
|
||||
## v0.7.0 (2022-07-07)
|
||||
- Removed the `GameMode` class again; use simple numbers instead (0/1/2/3)
|
||||
- Updated to [rosu-pp v0.7.0](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v070-2022-07-06)
|
||||
- Added `strains` method for `Calculator` which returns instances of `Strains`
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "rosu-pp-py"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
requires-python = ">=3.7"
|
||||
description = "osu! difficulty and pp calculation for all modes"
|
||||
classifiers = [
|
||||
|
||||
Reference in New Issue
Block a user