diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c78fcfe9..ff1c7af5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.10" + ".": "3.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index add53866..0dc22e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/Loop3D/map2loop/compare/v3.2.10...v3.3.0) (2026-01-22) + + +### Features + +* AlongSection Thickness Calculator ([#240](https://github.com/Loop3D/map2loop/issues/240)) ([ba8f82a](https://github.com/Loop3D/map2loop/commit/ba8f82af0b1663c032bfb80babf8f7785a1bf794)) + ## [3.2.10](https://github.com/Loop3D/map2loop/compare/v3.2.9...v3.2.10) (2026-01-20) diff --git a/map2loop/version.py b/map2loop/version.py index 149fe9ad..88c513ea 100644 --- a/map2loop/version.py +++ b/map2loop/version.py @@ -1 +1 @@ -__version__ = "3.2.10" +__version__ = "3.3.0"