Update version number to 0.2.0-rc1

This commit is contained in:
2022-04-26 22:38:31 +02:00
parent 3a5f2bf865
commit c42a484adb
7 changed files with 18 additions and 5 deletions

View File

@@ -29,6 +29,19 @@ Examplers for older versions:
## Versions
### v0.2.0-rc1
* [Web runtime](v0.2.0-rc1)
Changes:
* [add sound support](docs#sound)
* "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`)
Known issues:
* timing accuracy/update frequency of sound support currently depends on sound buffer size
### v0.1.2
* [Web runtime](v0.1.2)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long