From d9773dc600b5d748ad7045dc3bc195f8a2c17e75 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 24 May 2025 12:05:36 +0200 Subject: [PATCH] chore: bump versions to 0.4.2 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95f877..5b6fa3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://git.rustybever.be/Chewing_Bever/alex/src/branch/dev) +## [0.4.2](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.4.2) + ### Fixed * Fix bug where JSON metadata file can be corrupted if crash occurs while @@ -79,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* JVM flags now narrowely follow Aikar's specifications +* JVM flags now narrowly follow Aikar's specifications ## [0.2.0](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.2.0) @@ -89,7 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * A single stop signal will trigger the Java process to shut down, but Alex still expects to be run from a utility such as dumb-init * Properly back up entire config directory -* Inject Java optimisation flags +* Inject Java optimization flags ## [0.1.1](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.1.1)