This commit is contained in:
MaxOhn
2022-07-07 12:33:25 +02:00
parent 57dc39fc68
commit 89289cafcc
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
## Upcoming
# 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](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v070-2022-07-06)
- 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`
# v0.6.0 (2022-07-05)
## v0.6.0 (2022-07-05)
- Updated to [PyO3 v0.16](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md#0165---2022-05-15) from v0.15
- Updated to [rosu-pp v0.6](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v060-2022-07-05)
- Added the class `GameMode` to serve as enum e.g. `GameMode.Taiko`
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "rosu-pp-py"
version = "0.6.0"
version = "0.7.0"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [