Merge pull request #13 from maciejpedzich/release-plz-2025-05-17T07-01-46Z

chore: release v1.0.5
This commit is contained in:
Maciej Pędzich 2025-05-18 00:48:40 +02:00 committed by GitHub
commit 0fe62271c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0.5](https://github.com/maciejpedzich/f1-game-packet-parser/compare/v1.0.4...v1.0.5) - 2025-05-17
### Other
- *(deps)* bump the patch-updates group with 3 updates
## [1.0.4](https://github.com/maciejpedzich/f1-game-packet-parser/compare/v1.0.3...v1.0.4) - 2025-05-09
### Other

2
Cargo.lock generated
View File

@ -52,7 +52,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "f1-game-packet-parser"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"binrw",
"bitflags",

View File

@ -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.4"
version = "1.0.5"
edition = "2021"
rust-version = "1.78"
readme = "README.md"