From faaedf44f03cc08aed07deda0422f6d73d7068d0 Mon Sep 17 00:00:00 2001 From: cosminperram Date: Sun, 23 Oct 2022 14:06:08 +0300 Subject: [PATCH] Version bump! --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d744674..9794873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Who knows what the future holds... -# 0.0.4 - ??/??/???? +# 0.0.4 - 23/10/2022 Queries now support DNS resolve. Changed uses a bit, from `use gamedig::valve::ValveProtocol::query` to `use gamedig::protocols::valve::query`. Changed Valve Protocol Query parameters to (ip, port, app, gather_settings), changes include: diff --git a/Cargo.toml b/Cargo.toml index c17d804..ba0407d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.0.3" +version = "0.0.4" edition = "2021" authors = ["CosminPerRam [cosmin.p@live.com]", "node-GameDig [https://github.com/gamedig/node-gamedig]"] license = "MIT"