mirror of
https://github.com/timvisee/lazymc.git
synced 2025-05-19 12:50:23 -07:00
Bump version to 0.1.2
This commit is contained in:
parent
901fb62f25
commit
dde9fdeab4
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.2 (2021-11-15)
|
||||||
|
|
||||||
|
- Add Linux ARMv7 and aarch64 releases
|
||||||
|
- RCON now works if server is running while server command already quit
|
||||||
|
- Various RCON tweaks in an attempt to make it more robust and reliable (cooldown, exclusive lock, invocation spacing)
|
||||||
|
- Increase server monitoring timeout to 20 seconds
|
||||||
|
- Improve waiting for server logic when holding client
|
||||||
|
- Various fixes and improvements
|
||||||
|
|
||||||
## 0.1.1 (2021-11-14)
|
## 0.1.1 (2021-11-14)
|
||||||
|
|
||||||
- Make server sleeping errors more descriptive
|
- Make server sleeping errors more descriptive
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -614,7 +614,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lazymc"
|
name = "lazymc"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lazymc"
|
name = "lazymc"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
|
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user