Skip to content

Commit

Permalink
celeste_rs v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Jun 5, 2024
1 parent f4b7596 commit c404ce9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# celeste_rs/0.3.0 - 2024-06-04
- Add support for `modsave`, `modsession`, and `modsetting` file parsing
- Add support for `x-AurorasAdditions-modsave` files
- Add support for `x-CollabUtils2-modsave` files
- Add support for generic YAML files
- Fix deserialization issue for Flags with an `xsi:nil` attribute

# celeste_rs/0.2.1 - 2024-03-28
- Fixed serialization issue where options were being serialized when they were `None`
- Make `SaveData::merge_data` better by merging: total strawberry count, assists, and unlocked areas.
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.2.1"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/maddymakesgames/celeste_rs"
authors = ["Maddymakesgames (madelinemakesgames@gmail.com)"]
Expand Down

0 comments on commit c404ce9

Please sign in to comment.