Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Dec 4, 2024
1 parent 6757fff commit fd33c0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upcoming
# v2.0.0 (2024-12-04)

Updated all modes' difficulty and performance calculation. See osu!'s newspost for more info: <https://osu.ppy.sh/home/news/2024-10-28-performance-points-star-rating-updates>

Expand Down Expand Up @@ -37,7 +37,7 @@ rosu-pp changelog: <https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v20
- Mod settings of legacy mods are now considered correctly ([#24] & [#25])
- The type name is no longer checked when deserializing JS objects ([#27])

# v1.1.1 (2024-10-15)
## v1.1.1 (2024-10-15)

- Stack trace for thrown errors is now preserved ([#19])
- Fixed occasional "recursive use of an object" error when using a `Beatmap` instance multiple times ([#21])
Expand Down
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.1.1"
version = "2.0.0"
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 @@ -319,7 +319,7 @@ $ npm install rosu-pp-js
or
```sh
$ npm install https://github.com/MaxOhn/rosu-pp-js/releases/download/v1.1.1/rosu_pp_js_nodejs.tar.gz
$ npm install https://github.com/MaxOhn/rosu-pp-js/releases/download/v2.0.0/rosu_pp_js_nodejs.tar.gz
```
Note that apart from the `*_nodejs` version, the release page also includes `*_web` and `*_bundler` versions.
Expand Down

0 comments on commit fd33c0b

Please sign in to comment.