This commit is contained in:
Max
2023-01-28 19:06:09 +01:00
parent 8ab467b2c7
commit 4809e599dc
4 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
# v0.9.1 (2022-10-29)
# v0.9.3 (2023-01-28)
- Updated to [rosu-pp v0.9.3](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v093-2023-01-28). Only includes some bug fixes.
- Fixed the hitobjects counts of map attributes on converted maps.
## v0.9.1 (2022-10-29)
- Updated to [rosu-pp v0.9.1](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v091-2022-10-26) including the big changes in [v0.9.0](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v090-2022-10-24)
- The binding interface is rewritten completely, see the readme.
Generated
+1 -1
View File
@@ -175,7 +175,7 @@ checksum = "798ddfd34a73918c234251d8a4ba163a08041ca29d39910d5cd28826529eaab8"
[[package]]
name = "rosu-pp-py"
version = "0.9.1"
version = "0.9.3"
dependencies = [
"pyo3",
"rosu-pp",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp-py"
version = "0.9.1"
version = "0.9.3"
description = "osu! difficulty and pp calculation for all modes"
authors = ["Max Ohn <ohn.m@hotmail.de>"]
license = "MIT"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "rosu-pp-py"
version = "0.9.1"
version = "0.9.3"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [