Bump version to 0.2.9
This commit is contained in:
parent
da60287e10
commit
6622962d5d
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.2.9 (2023-02-14)
|
||||||
|
|
||||||
|
- Fix dropping all connections when `server.drop_banned_ips` was enabled
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
## 0.2.8 (2023-01-30)
|
## 0.2.8 (2023-01-30)
|
||||||
|
|
||||||
- Add `freeze_process` feature on Unix platforms to freeze a sleeping server
|
- Add `freeze_process` feature on Unix platforms to freeze a sleeping server
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -926,7 +926,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lazymc"
|
name = "lazymc"
|
||||||
version = "0.2.8"
|
version = "0.2.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-std",
|
"async-std",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lazymc"
|
name = "lazymc"
|
||||||
version = "0.2.8"
|
version = "0.2.9"
|
||||||
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"
|
||||||
|
@ -187,4 +187,4 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
|
|||||||
[config]
|
[config]
|
||||||
# lazymc version this configuration is for.
|
# lazymc version this configuration is for.
|
||||||
# Don't change unless you know what you're doing.
|
# Don't change unless you know what you're doing.
|
||||||
version = "0.2.8"
|
version = "0.2.9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user