Merge branch 'next'
This commit is contained in:
+5
-1
@@ -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
+3
-3
@@ -169,13 +169,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rosu-pp"
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "798ddfd34a73918c234251d8a4ba163a08041ca29d39910d5cd28826529eaab8"
|
||||
checksum = "21a423903b205528da09d7db2f74facc3d5db3e67890e4c78e2c52bf77bcf00f"
|
||||
|
||||
[[package]]
|
||||
name = "rosu-pp-py"
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
dependencies = [
|
||||
"pyo3",
|
||||
"rosu-pp",
|
||||
|
||||
+2
-2
@@ -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"
|
||||
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = { version = "0.18", features = ["extension-module", "macros"] }
|
||||
rosu-pp = { version = "0.9.3" }
|
||||
rosu-pp = { version = "0.9.4" }
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
|
||||
+1
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user