From c1a40eb45bb41adb7c8544f24f10c308bea85438 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 00:51:45 +0000 Subject: [PATCH] chore(master): release 3.2.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ map2loop/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"