This commit is contained in:
MaxOhn
2023-02-09 08:21:28 +01:00
parent 45e27f71e9
commit ce30124c5e
4 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
# v0.9.3 (2023-01-28)
# v0.9.4 (2023-02-09)
- Updated to [rosu-pp v0.9.4](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v094-2023-02-09).
## 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.
Generated
+1 -1
View File
@@ -175,7 +175,7 @@ checksum = "21a423903b205528da09d7db2f74facc3d5db3e67890e4c78e2c52bf77bcf00f"
[[package]]
name = "rosu-pp-py"
version = "0.9.3"
version = "0.9.4"
dependencies = [
"pyo3",
"rosu-pp",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp-py"
version = "0.9.3"
version = "0.9.4"
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.3"
version = "0.9.4"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [