Release v0.4.0
Some checks failed
check / stable / fmt (push) Successful in 20s
check / beta / clippy (push) Failing after 47s
check / stable / clippy (push) Failing after 47s
check / semver (push) Failing after 5m39s
check / nightly / doc (push) Successful in 2m21s
check / ubuntu / stable / features (push) Successful in 2m27s
check / ubuntu / 1.79.0 (push) Failing after 31s

New version brings a new webpage, readme, and license file.
This commit is contained in:
2025-10-30 10:54:55 -05:00
parent cc47f9271f
commit 57e9779241
3 changed files with 307 additions and 300 deletions

603
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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