From 1d92964802c5bdc154e7a973a350c952f5b54a66 Mon Sep 17 00:00:00 2001 From: timvisee Date: Mon, 22 Nov 2021 18:55:50 +0100 Subject: [PATCH] Bump version to 0.2.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- res/lazymc.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efb8b25..64015d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.3 (2021-11-22) + +- Add support for `PROXY` header to notify Minecraft server of real client IP +- Only enable RCON by default on Windows +- Update dependencies + ## 0.2.2 (2021-11-18) - Add server favicon to status response diff --git a/Cargo.lock b/Cargo.lock index 6c0b6fb..d4b9cbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,7 +759,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lazymc" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 63fa463..0af6c91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazymc" -version = "0.2.2" +version = "0.2.3" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] license = "GPL-3.0" readme = "README.md" diff --git a/res/lazymc.toml b/res/lazymc.toml index c51f030..315d2dc 100644 --- a/res/lazymc.toml +++ b/res/lazymc.toml @@ -170,4 +170,4 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui" [config] # lazymc version this configuration is for. # Don't change unless you know what you're doing. -version = "0.2.2" +version = "0.2.3"