From 3f1e5c92de20dc1eafb2fef9eb1152c6eb0a3ca8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 03:04:30 +0000 Subject: [PATCH] chore(master): release 3.3.0 --- .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 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"