Release v0.4.0, now includes lockfile
All checks were successful
Basic checks / Basic build-and-test supertask (push) Successful in 6m23s

The only real change was the addition of some CSS. I'm recording the
lockfile so that consumers can more reliably build the same binary each
time.
This commit is contained in:
2025-11-08 12:31:29 -06:00
parent 84d93d496a
commit 5af59863a1
3 changed files with 6010 additions and 2 deletions

6008
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "asteroids"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
license = "AGPL-3.0-only"

View File

@@ -90,7 +90,7 @@
<tr>
<td>Program Version</td>
<!-- This version text is completely unchecked. I'll need to do something about that. -->
<td><code>v0.3.0</code></td>
<td><code>v0.4.0</code></td>
</tr>
</table>
</article>