Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Jul 12, 2024
1 parent 84e2ae5 commit 365b3ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upcoming
# v1.1.0 (2024-07-12)

- Added a ⚠️WARNING⚠️ in the readme to call `Beatmap.free` whenever a `Beatmap` instance is no longer of use to avoid risking memory leakage.
```js
Expand Down Expand Up @@ -26,16 +26,16 @@
calc.clockRate = undefined;
```

# v1.0.2 (2024-04-16)
## 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)
## v1.0.1 (2024-04-03)

- Fixed difficulty arguments not being considered as performance attributes

# v1.0.0 (2024-04-03)
## v1.0.0 (2024-04-03)

- Updated to [rosu-pp v1.0.0](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v100-2024-04-02)
- The binding is no longer imported under the name `rosu-pp` but as `rosu-pp-js`
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.0.2"
version = "1.1.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 @@ -306,7 +306,7 @@ $ npm install rosu-pp-js
or
```sh
$ npm install https://github.com/MaxOhn/rosu-pp-js/releases/download/v1.0.2/rosu_pp_js_nodejs.tar.gz
$ npm install https://github.com/MaxOhn/rosu-pp-js/releases/download/v1.1.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 365b3ae

Please sign in to comment.