From f72f71da58e6d8c673332787b0c836828616fb21 Mon Sep 17 00:00:00 2001 From: Pawel Krolikowski Date: Mon, 4 Mar 2024 14:01:07 -0300 Subject: [PATCH] Preparing release v0.3.1 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.