diff --git a/CHANGELOG.md b/CHANGELOG.md index b622462..136cc04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4](https://github.com/maciejpedzich/f1-game-packet-parser/compare/v1.0.3...v1.0.4) - 2025-05-09 + +### Other + +- *(deps)* bump the minor-updates group with 4 updates + ## [1.0.3](https://github.com/maciejpedzich/f1-game-packet-parser/compare/v1.0.2...v1.0.3) - 2025-03-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index aebcda8..b76c1c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "f1-game-packet-parser" -version = "1.0.3" +version = "1.0.4" dependencies = [ "binrw", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index c0d2d3a..4af23d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "f1-game-packet-parser" description = "Convert binary data from F1 24, F1 23, and F1 22 UDP telemetry into organised structs." -version = "1.0.3" +version = "1.0.4" edition = "2021" rust-version = "1.78" readme = "README.md"