mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore(lib): add patch to semver and update changelog
This commit is contained in:
parent
a9fe5858b0
commit
07bfd69961
2 changed files with 11 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue