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 17, 2025
1 parent 9bc3208 commit 1ffa90b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.10.0 - January 17th, 2025

Some minor breaking changes in JSON output

- Update `NewColor` product value from i32 to u32
- Update logo data attribute field structure
- Improve support for knockout replays
- Improve support for tutorial replays

# v0.9.16 - January 2nd, 2025

- Support rocket host replays
Expand Down
6 changes: 3 additions & 3 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.19"
boxcars = "0.10.0"
glob = "0.3"
either = "1"
memmap2 = "0.9.5"
Expand Down

0 comments on commit 1ffa90b

Please sign in to comment.