diff --git a/.gitlab/scripts/plugin.sh b/.gitlab/scripts/plugin.sh index f9fbf52e65..05b2c55a3f 100755 --- a/.gitlab/scripts/plugin.sh +++ b/.gitlab/scripts/plugin.sh @@ -1,2 +1,2 @@ #!/bin/bash -time cargo build --release --example=hello --target=wasm32-wasi +time cargo build --example=hello --target=wasm32-wasi diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd196b480..7c5ba46ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Plugins now target wasm32-unknown-wasi and all wasm cfgs are gone + ### Removed +- Plugins can no longer prevent users from logging in + ### Fixed ## [0.15.0] - 2023-07-01 @@ -81,12 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Collision damage can now be applied in horizontal axes, in addition to the vertical axis - Items will vanish after 5 minutes to minimise performance problems - The language identifiers used by the i18n translation system have been converted to IETF BCP 47 (RFC 5646) language tags. -- Plugins now target wasm32-unknown-wasi and all wasm cfgs are gone ### Removed -- Plugins can no longer prevent users from logging in - ### Fixed - Doors