Skip to content

Commit

Permalink
Update boxcars to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Jan 2, 2025
1 parent b2f9f6d commit 8e6fda7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.9.16 - January 2nd, 2025

- Support rocket host replays
- Fix edge case of failing to parse saves with UTF-16 player names
- Fix regression on Replays with vote actors
- Performance improvements

# v0.9.15 - December 13th, 2024

- Improved support for Freeplay replays
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive"] }
rayon = "1"
boxcars = "0.9.18"
boxcars = "0.9.19"
glob = "0.3"
either = "1"
memmap2 = "0.9.5"
Expand Down

0 comments on commit 8e6fda7

Please sign in to comment.