chore(lib): add patch to semver and update changelog

This commit is contained in:
Cain 2024-12-05 21:29:54 +00:00
parent a9fe5858b0
commit 07bfd69961
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@ Who knows what the future holds...
# X.Y.Z - DD/MM/YYYY
# 0.6.1 - 05/12/2024
Games:
- Added `Starbound` support (by @Novaenia).
Protocols:
- Fixed enum cast error on valve when parsing uppercase envrionment and server type fields (by @Novaenia).
# 0.6.0 - 26/11/2024
Breaking:

View file

@ -1,6 +1,6 @@
[package]
name = "gamedig"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = [
"rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",