Skip to content

Releases: ryantaylor/vault

3.0.0

08 May 03:28
9fd2924
Compare
Choose a tag to compare

Breaking Changes

  • Ruby bindings have been changed to bind to the VaultCoh module instead of Vault. This is a necessary breaking change in order to avoid potential naming collisions with the vault Ruby gem once vault-rb is added to Rubygems.

2.1.1

02 Apr 00:37
8205c09
Compare
Choose a tag to compare

Changes

  • Fix issue building with trace feature (thanks @LazaU for the PR!)

2.1.0

01 Apr 21:39
9c0aadf
Compare
Choose a tag to compare

Changes

  • Added serde Serialize and Deserialize traits to all public-facing structs. You can now fully serialize and deserialize Replay instances.
  • Updated Rust edition to 2021. This shouldn't be a breaking change but will limit the range of compiler versions that can build the library. In practice this shouldn't really affect anybody.

2.0.0

01 Apr 17:29
102d466
Compare
Choose a tag to compare

CoH3 support! This release basically rewrites the entire library, simplifies the interface, and introduces a few new libraries to improve parsing and support external bindings. This initial version parses basic player and map information as well was chat messages, but does not currently support command parsing.

1.0.0

01 Apr 17:11
538ee5e
Compare
Choose a tag to compare

CoH2 replay parsing support.