14 Commits

Author SHA1 Message Date
github-actions[bot]
fe1e4770f3
chore: release v1.0.4 2025-05-09 13:55:17 +00:00
dependabot[bot]
41b0fa9a03
chore(deps): bump the minor-updates group with 4 updates
Bumps the minor-updates group with 4 updates: [binrw](https://github.com/jam1garner/binrw), [binrw_derive](https://github.com/jam1garner/binrw), [owo-colors](https://github.com/owo-colors/owo-colors) and [syn](https://github.com/dtolnay/syn).


Updates `binrw` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/jam1garner/binrw/releases)
- [Commits](https://github.com/jam1garner/binrw/compare/v0.14.1...v0.15.0)

Updates `binrw_derive` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/jam1garner/binrw/releases)
- [Commits](https://github.com/jam1garner/binrw/compare/v0.14.1...v0.15.0)

Updates `owo-colors` from 3.5.0 to 4.2.0
- [Release notes](https://github.com/owo-colors/owo-colors/releases)
- [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/owo-colors/owo-colors/compare/v3.5.0...v4.2.0)

Updates `syn` from 1.0.109 to 2.0.98
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.98)

---
updated-dependencies:
- dependency-name: binrw
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: binrw_derive
  dependency-version: 0.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: owo-colors
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: syn
  dependency-version: 2.0.98
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-09 11:58:18 +00:00
github-actions[bot]
f7f044a01e
chore: release v1.0.3 2025-03-16 06:33:20 +00:00
dependabot[bot]
ed54f36f9a
chore(deps): bump the patch-updates group with 3 updates
Bumps the patch-updates group with 3 updates: [serde](https://github.com/serde-rs/serde), [quote](https://github.com/dtolnay/quote) and [serde_derive](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219)

Updates `quote` from 1.0.39 to 1.0.40
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.39...1.0.40)

Updates `serde_derive` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-14 11:50:05 +00:00
12c4a3f68e
chore: update bitflags and bump this crate's version to 1.0.2 2025-03-04 23:19:43 +01:00
b20a90706f
ci: bump crate version to 1.0.1 2025-02-28 23:11:27 +01:00
8708fa71d9
ci: exclude files inside the .github and .idea directories 2025-02-28 15:48:03 +01:00
ddda64768e
chore: add homepage link to package manifest 2025-02-28 15:33:59 +01:00
3d2ae224dd
chore: add extra crate metadata and bump version to 1.0.0 2025-02-28 13:22:13 +01:00
75d0e6e78a
chore: add MIT license field to Cargo.toml 2025-02-22 13:56:04 +01:00
dafbfe8d2f
chore: bump serde to 1.0.218 2025-02-21 22:48:38 +01:00
e4728bcf45
feat: add 2022 spec event event packet parser 2025-02-17 21:19:29 +01:00
a5e08cd2bf
refactor: remove redundant bitflags crate 2025-02-17 19:02:28 +01:00
cdcf1c4961
Cargo project init 2025-02-17 13:19:03 +01:00