diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7fc45eb..05c4afe2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.5" + ".": "3.2.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a51c873d..e8861f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.6](https://github.com/Loop3D/map2loop/compare/v3.2.5...v3.2.6) (2025-09-17) + + +### Bug Fixes + +* refactor sorter ([#233](https://github.com/Loop3D/map2loop/issues/233)) ([3666bcb](https://github.com/Loop3D/map2loop/commit/3666bcb99e9a38c30ba87e94b3753f51a85b5c7a)) + ## [3.2.5](https://github.com/Loop3D/map2loop/compare/v3.2.4...v3.2.5) (2025-08-15) diff --git a/map2loop/version.py b/map2loop/version.py index 67fc7e83..3e0182e2 100644 --- a/map2loop/version.py +++ b/map2loop/version.py @@ -1 +1 @@ -__version__ = "3.2.5" +__version__ = "3.2.6"