mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
* chore(deps): update crc32fast to v1.5 * chore(deps): update ureq to v2.12 * chore(deps): update phf to v0.13 * chore(deps): update clap to v4.5 * chore(deps): update lazy_static to v1.5 * chore(deps): update thiserror to v2.0.16 * chore(deps): update clap to v4.5 * chore(deps): update bson to v2.15 * chore(deps): update base64 to v0.22 * chore(deps): update quick-xml to v0.38 * chore(deps): update webbrowser to v1.0 * chore(clippy): fix a load of "variables can be used directly" * chore(ci): update MSRV toolchain to 1.82.0 * chore(pre-commit): update MSRV to 1.82.0 * chore(README): update Minimum Supported Rust Version to 1.82.0 * chore(VERSIONS): update MSRV to 1.82.0 * chore(cli): bump version to 0.4.0 and update MSRV to 1.82.0 * chore(release): bump version to 0.8.0 and update MSRV to 1.82.0
1.8 KiB
1.8 KiB
Who knows what the future holds...
X.Y.Z - DD/MM/YYYY
Nothing... yet.
0.4.0 - 24/08/2025
Breaking Changes:
- MSRV has been updated to
1.82.0to match the latestgamedigversion.
Changes:
- Some minor clippy fixes
- Updated dependencies
0.3.0 - 23/04/2025
Changes:
- CLI now uses
gamedigv0.7.0 (To update, runcargo install gamedig_cli).
Breaking Changes:
- MSRV has been updated to
1.81.0to match the latestgamedigversion.
0.2.1 - 05/12/2024
Dependencies:
gamedig:v0.6.0 -> v0.6.1
0.2.0 - 26/11/2024
Breaking Changes:
- Restructured the release flow to be more consistent (GitHub releases will no longer be available, use cargo instead).
- Changed crate name from
gamedig-clitogamedig_clito align with recommended naming conventions. - The CLI now requires a minimum Rust version of
1.74.1.
0.1.1 - 15/07/2024
Changes:
- Dependency updates (by @cainthebest)
gamedig:v0.5.0 -> v0.5.1clap:v4.1.11 -> v4.5.4quick-xml:v0.31.0 -> v0.36.0webbrowser:v0.8.12 -> v1.0.0
0.1.0 - 15/03/2024
Changes:
- Added the CLI (by @cainthebest).
- Added DNS lookup support (by @Douile).
- Added JSON output option (by @Douile).
- Added BSON output in hex or base64 (by @cainthebest).
- Added XML output option (by @cainthebest).
- Added ExtraRequestSettings as CLI arguments (by @Douile).
- Added TimeoutSettings as CLI argument (by @Douile).
- Added Comprehensive end-user documentation for the CLI interface (by @Douile & @cainthebest).
- Tweaked compile-time flags to allow for a more preformant binary (by @cainthebest).
- Added client for socket capture, dev tools are not included by default (by @Douile).
- Added license information to the CLI (by @cainthebest).
- Added source code information to the CLI (by @cainthebest).