From 61eed72d6bdef7c5f51be1c7ae7c824750f53efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Mon, 4 Mar 2024 15:05:26 -0300 Subject: [PATCH] Preparing release v0.3.1 (#125) Includes a prety serious slack bug, so IMO we should push a new minor version. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe3f9a..6d265cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased - No changes yet. +## v0.3.1 - 2024-03-04 +### Fixed +- Fixed a bug related to maxSlack boundary detection. #124 + Thanks to @smallnest for reporting and @storozhukBM for fixing. + ## v0.3.0 - 2023-07-08 ### Changed - Switched to a more efficient internal implementation. No API or behavior changes.