From 2509589e46b835472f41a085a02d9dabe039b36e Mon Sep 17 00:00:00 2001 From: maddymakesgames Date: Sat, 20 Jul 2024 12:31:44 -0400 Subject: [PATCH] celeste_rs 0.4.0 --- lib/CHANGELOG.md | 3 +++ lib/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 04b3a4e..4a15831 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,3 +1,6 @@ +# celeste_rs/0.4.0 - 2024-07-20 +- Fix bug where `AmbienceVolume` can be non-null + # celeste_rs/0.3.0 - 2024-06-04 - Add support for `modsave`, `modsession`, and `modsetting` file parsing - Add support for `x-AurorasAdditions-modsave` files diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2cd7a45..98eaaab 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste_rs" -version = "0.3.0" +version = "0.4.0" edition = "2021" repository = "https://github.com/maddymakesgames/celeste_rs" authors = ["Maddymakesgames (madelinemakesgames@gmail.com)"]