mirror of
https://github.com/maciejpedzich/f1-game-packet-parser.git
synced 2025-04-08 22:51:11 +02:00
Merge pull request #7 from maciejpedzich/release-plz-2025-03-16T06-33-19Z
chore: release v1.0.3
This commit is contained in:
commit
321836e0e4
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.0.3](https://github.com/maciejpedzich/f1-game-packet-parser/compare/v1.0.2...v1.0.3) - 2025-03-16
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- *(deps)* bump the patch-updates group with 3 updates
|
||||||
|
|
||||||
## [1.0.0](https://github.com/maciejpedzich/f1-game-packet-parser/releases/tag/v1.0.0) - 2025-02-28
|
## [1.0.0](https://github.com/maciejpedzich/f1-game-packet-parser/releases/tag/v1.0.0) - 2025-02-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -52,7 +52,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "f1-game-packet-parser"
|
name = "f1-game-packet-parser"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"binrw",
|
"binrw",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "f1-game-packet-parser"
|
name = "f1-game-packet-parser"
|
||||||
description = "Convert binary data from F1 24, F1 23, and F1 22 UDP telemetry into organised structs."
|
description = "Convert binary data from F1 24, F1 23, and F1 22 UDP telemetry into organised structs."
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.78"
|
rust-version = "1.78"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user