remove release mode from CI and move to the proper place in CHANGELOG

This commit is contained in:
Christof Petig 2023-07-01 15:44:15 +02:00
parent 5fc89dfce6
commit 34da94cbad
2 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
time cargo build --release --example=hello --target=wasm32-wasi time cargo build --example=hello --target=wasm32-wasi

View File

@ -11,8 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Plugins now target wasm32-unknown-wasi and all wasm cfgs are gone
### Removed ### Removed
- Plugins can no longer prevent users from logging in
### Fixed ### Fixed
## [0.15.0] - 2023-07-01 ## [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 - 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 - 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. - 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 ### Removed
- Plugins can no longer prevent users from logging in
### Fixed ### Fixed
- Doors - Doors