diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4048623..bbadce2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.8" + ".": "3.2.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed7373d..2729cc98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.9](https://github.com/Loop3D/map2loop/compare/v3.2.8...v3.2.9) (2025-12-01) + + +### Bug Fixes + +* move extra sort arguments to sorter init ([#241](https://github.com/Loop3D/map2loop/issues/241)) ([3414fec](https://github.com/Loop3D/map2loop/commit/3414fec29969407f7b1b07ee59bfbedfe90a63b1)) + ## [3.2.8](https://github.com/Loop3D/map2loop/compare/v3.2.7...v3.2.8) (2025-10-29) diff --git a/map2loop/version.py b/map2loop/version.py index 78e82ed1..b57bdcdb 100644 --- a/map2loop/version.py +++ b/map2loop/version.py @@ -1 +1 @@ -__version__ = "3.2.8" +__version__ = "3.2.9"