Skip to content

Commit

Permalink
celeste_rs v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Aug 29, 2024
1 parent 6b410f8 commit 3610f09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# celeste_rs/0.5.0 - 2024-08-29
- Add `Trigger` trait and a corresponding derive macro.
- Add `MapWriter` for actually writing the maps back to binary.
- Fix various representations of vanilla elements.
- Add support for all (used) vanilla entities and triggers. Found in the `vanilla_triggers` and `vanilla_entities` modules.
- Vanilla maps can be read in, modified, and written out and be loaded by the vanilla game now.
- Add or update documentation for various structs.

# celeste_rs/0.4.0 - 2024-07-20
- Fix bug where `AmbienceVolume` can be non-null
- Start adding support for reading & writing maps
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celeste_rs"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/maddymakesgames/celeste_rs"
authors = ["Maddymakesgames (madelinemakesgames@gmail.com)"]
Expand Down

0 comments on commit 3610f09

Please sign in to comment.