Skip to content

Commit

Permalink
Bump version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Feb 14, 2023
1 parent da60287 commit 6622962
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 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)

- Add `freeze_process` feature on Unix platforms to freeze a sleeping server
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazymc"
version = "0.2.8"
version = "0.2.9"
authors = ["Tim Visee <[email protected]>"]
license = "GPL-3.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion res/lazymc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
version = "0.2.9"

0 comments on commit 6622962

Please sign in to comment.