Skip to content

Commit

Permalink
release: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Apr 16, 2024
1 parent 3308f70 commit 8c5a7b6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp-js"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
authors = ["MaxOhn <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c5a7b6

Please sign in to comment.