From 4099acb8882beffe393de26cdadd15a359fdb4fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 02:35:25 +0000 Subject: [PATCH] chore(master): release 3.2.8 --- .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 71344b21..c4048623 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.7" + ".": "3.2.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1b75c7..9ed7373d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.8](https://github.com/Loop3D/map2loop/compare/v3.2.7...v3.2.8) (2025-10-29) + + +### Bug Fixes + +* add is_strike parameter in thickness calculator ([#237](https://github.com/Loop3D/map2loop/issues/237)) ([1423a62](https://github.com/Loop3D/map2loop/commit/1423a62d4ccf54f7c860422b47223247af9b418c)) + ## [3.2.7](https://github.com/Loop3D/map2loop/compare/v3.2.6...v3.2.7) (2025-09-19) diff --git a/map2loop/version.py b/map2loop/version.py index 75512b64..78e82ed1 100644 --- a/map2loop/version.py +++ b/map2loop/version.py @@ -1 +1 @@ -__version__ = "3.2.7" +__version__ = "3.2.8"