bump version to 0.3.2

This commit is contained in:
Crispy 2025-04-14 19:41:39 +02:00
parent 0223250c88
commit df58b62712
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Marble Machinations Change Log # Marble Machinations Change Log
Game store page: https://crispypin.itch.io/marble-machinations Game store page: https://crispypin.itch.io/marble-machinations
## [unreleased] ## v0.3.2 - 2025-04-14
### added ### added
- "weird machines" chapter with levels for [deadfish](https://esolangs.org/wiki/Deadfish) and [brainfuck](https://esolangs.org/wiki/Brainfuck) - "weird machines" chapter with levels for [deadfish](https://esolangs.org/wiki/Deadfish) and [brainfuck](https://esolangs.org/wiki/Brainfuck)
- "missing levels" section giving access to solutions to levels that are no longer available - "missing levels" section giving access to solutions to levels that are no longer available

2
Cargo.lock generated
View file

@ -213,7 +213,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]] [[package]]
name = "marble-machinations" name = "marble-machinations"
version = "0.3.1" version = "0.3.2"
dependencies = [ dependencies = [
"arboard", "arboard",
"raylib", "raylib",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "marble-machinations" name = "marble-machinations"
version = "0.3.1" version = "0.3.2"
edition = "2021" edition = "2021"
default-run = "marble-machinations" default-run = "marble-machinations"