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

2
Cargo.lock generated
View File

@@ -2637,7 +2637,7 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uw8"
version = "0.1.2"
version = "0.2.0-rc1"
dependencies = [
"ansi_term",
"anyhow",

View File

@@ -1,6 +1,6 @@
[package]
name = "uw8"
version = "0.1.2"
version = "0.2.0-rc1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@
</head>
<body>
<div id="uw8">
<a href="https://exoticorn.github.io/microw8">MicroW8</a> 0.1.2
<a href="https://exoticorn.github.io/microw8">MicroW8</a> 0.2.0-rc1
</div>
<div id="centered">
<canvas class="screen" id="screen" width="320" height="240">