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"