From f7016b940a4f107dfc84923bdb9e68b3cd03bfb6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 19 May 2024 08:14:31 +0200 Subject: [PATCH] changelog --- satrs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index 4032174..1d6d589 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - The HAL TCP server `ServerConfig::new` method now sets the `reuse_port` and `reuse_addr` fields to `true`. +## Fixed + +- Possibly subtly broken v0.2.0 build artifact. + # [v0.2.0] 2024-05-02 ## Changed