From 8c5a7b6d20f9460c88a13a3d59a79fdb1bca205b Mon Sep 17 00:00:00 2001 From: MaxOhn Date: Tue, 16 Apr 2024 17:51:40 +0200 Subject: [PATCH] release: v1.0.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 231eac4..654eb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.0.2 (2024-04-16) + +- Fixed the `state` field of `PerformanceAttributes` ([#9]) +- Removed the `wee_alloc` feature because its repository is unmaintained. + # v1.0.1 (2024-04-03) - Fixed difficulty arguments not being considered as performance attributes @@ -68,3 +73,4 @@ osu!standard, osu!taiko, and osu!mania. [@minidomo]: https://github.com/minidomo [#1]: https://github.com/MaxOhn/rosu-pp-js/pull/1 +[#9]: https://github.com/MaxOhn/rosu-pp-js/pull/9 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index ce8cc5a..234058a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "rosu-pp-js" -version = "1.0.1" +version = "1.0.2" dependencies = [ "js-sys", "rosu-pp", diff --git a/Cargo.toml b/Cargo.toml index f4813a9..424845f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rosu-pp-js" -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["MaxOhn "] license = "MIT" diff --git a/README.md b/README.md index 89d768b..d785436 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ $ npm install rosu-pp-js or ```sh -$ npm install https://github.com/MaxOhn/rosu-pp-js/releases/download/v1.0.1/rosu_pp_js_nodejs.tar.gz +$ npm install https://github.com/MaxOhn/rosu-pp-js/releases/download/v1.0.2/rosu_pp_js_nodejs.tar.gz ``` ## Learn More