From e54025f02f105930defe9035244d4bac6f05d072 Mon Sep 17 00:00:00 2001 From: timvisee Date: Mon, 20 Feb 2023 10:34:06 +0100 Subject: [PATCH] Bump version to 0.2.10 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- res/lazymc.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93a161..50ce00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.10 (2023-02-20) + +- Do not report an error when server exits with status code 143 + ## 0.2.9 (2023-02-14) - Fix dropping all connections when `server.drop_banned_ips` was enabled diff --git a/Cargo.lock b/Cargo.lock index ddefcaf..b604ac7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -926,7 +926,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lazymc" -version = "0.2.9" +version = "0.2.10" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 0b66269..20dc5c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazymc" -version = "0.2.9" +version = "0.2.10" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] license = "GPL-3.0" readme = "README.md" diff --git a/res/lazymc.toml b/res/lazymc.toml index 0c4b9a6..1706d28 100644 --- a/res/lazymc.toml +++ b/res/lazymc.toml @@ -187,4 +187,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.9" +version = "0.2.10"