diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 568f389a..7312e004 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.7.3", + ".": "1.8.0", "packages/loop_common": "0.0.2", "packages/loop_interpolation": "0.0.2", - "packages/map2loop": "3.3.1", - "packages/loopstructural_visualisation": "0.1.17" + "packages/map2loop": "3.4.0", + "packages/loopstructural_visualisation": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3131f1..3915bbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.8.0](https://github.com/Loop3D/LoopStructural/compare/v1.7.3...v1.8.0) (2026-08-17) + + +### Features + +* add loopstructural-visualisation as packages/loopstructural_visualisation workspace package ([#301](https://github.com/Loop3D/LoopStructural/issues/301)) ([c26d59a](https://github.com/Loop3D/LoopStructural/commit/c26d59a17a5dcd87404f69566d42a7e1e6a8a9cc)) +* add map2loop as packages/map2loop workspace package ([#302](https://github.com/Loop3D/LoopStructural/issues/302)) ([e5baa2b](https://github.com/Loop3D/LoopStructural/commit/e5baa2b4beb8e1b7ee861d3641847fe4b2b4a14a)) +* wire map2loop and loopstructural_visualisation into the workspace ([#303](https://github.com/Loop3D/LoopStructural/issues/303)) ([4b61825](https://github.com/Loop3D/LoopStructural/commit/4b61825c3bdaa7f9c348817044b279a47a7b2f0e)) + + +### Bug Fixes + +* Updating intrusions code ([#300](https://github.com/Loop3D/LoopStructural/issues/300)) ([9b764d5](https://github.com/Loop3D/LoopStructural/commit/9b764d5a69977dec18db2f2754b304e9f75ed6ad)) + ## [1.7.3](https://github.com/Loop3D/LoopStructural/compare/v1.7.2...v1.7.3) (2026-08-14) diff --git a/packages/loopstructural_visualisation/CHANGELOG.md b/packages/loopstructural_visualisation/CHANGELOG.md index 132ac2c1..6a119bea 100644 --- a/packages/loopstructural_visualisation/CHANGELOG.md +++ b/packages/loopstructural_visualisation/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.0](https://github.com/Loop3D/LoopStructural/compare/loopstructuralvisualisation-v0.1.17...loopstructuralvisualisation-v0.2.0) (2026-08-17) + + +### Features + +* add loopstructural-visualisation as packages/loopstructural_visualisation workspace package ([#301](https://github.com/Loop3D/LoopStructural/issues/301)) ([c26d59a](https://github.com/Loop3D/LoopStructural/commit/c26d59a17a5dcd87404f69566d42a7e1e6a8a9cc)) +* wire map2loop and loopstructural_visualisation into the workspace ([#303](https://github.com/Loop3D/LoopStructural/issues/303)) ([4b61825](https://github.com/Loop3D/LoopStructural/commit/4b61825c3bdaa7f9c348817044b279a47a7b2f0e)) + + +### Miscellaneous Chores + +* release 1.6.4 ([f06616f](https://github.com/Loop3D/LoopStructural/commit/f06616f8fac0ca3cfc58377524245952f56e686b)) +* release 1.6.5 ([246e48d](https://github.com/Loop3D/LoopStructural/commit/246e48d86a99e9d1e96ab9a2d9567374ffcf8622)) + ## [0.1.17](https://github.com/Loop3D/loopstructural-visualisation/compare/v0.1.16...v0.1.17) (2025-08-14) diff --git a/packages/loopstructural_visualisation/src/loopstructuralvisualisation/version.py b/packages/loopstructural_visualisation/src/loopstructuralvisualisation/version.py index 86205cba..d3ec452c 100644 --- a/packages/loopstructural_visualisation/src/loopstructuralvisualisation/version.py +++ b/packages/loopstructural_visualisation/src/loopstructuralvisualisation/version.py @@ -1 +1 @@ -__version__ = "0.1.17" +__version__ = "0.2.0" diff --git a/packages/map2loop/CHANGELOG.md b/packages/map2loop/CHANGELOG.md index a462aedf..7e1094f3 100644 --- a/packages/map2loop/CHANGELOG.md +++ b/packages/map2loop/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.4.0](https://github.com/Loop3D/LoopStructural/compare/map2loop-v3.3.1...map2loop-v3.4.0) (2026-08-17) + + +### Features + +* add map2loop as packages/map2loop workspace package ([#302](https://github.com/Loop3D/LoopStructural/issues/302)) ([e5baa2b](https://github.com/Loop3D/LoopStructural/commit/e5baa2b4beb8e1b7ee861d3641847fe4b2b4a14a)) +* wire map2loop and loopstructural_visualisation into the workspace ([#303](https://github.com/Loop3D/LoopStructural/issues/303)) ([4b61825](https://github.com/Loop3D/LoopStructural/commit/4b61825c3bdaa7f9c348817044b279a47a7b2f0e)) + + +### Miscellaneous Chores + +* release 1.6.4 ([f06616f](https://github.com/Loop3D/LoopStructural/commit/f06616f8fac0ca3cfc58377524245952f56e686b)) +* release 1.6.5 ([246e48d](https://github.com/Loop3D/LoopStructural/commit/246e48d86a99e9d1e96ab9a2d9567374ffcf8622)) + ## [3.3.1](https://github.com/Loop3D/map2loop/compare/v3.3.0...v3.3.1) (2026-01-31) diff --git a/packages/map2loop/pyproject.toml b/packages/map2loop/pyproject.toml index 9736905b..b633e950 100644 --- a/packages/map2loop/pyproject.toml +++ b/packages/map2loop/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "map2loop" description = "Generate 3D model data from 2D maps." -version = "3.3.1" +version = "3.4.0" requires-python = ">=3.8" authors = [{ name = "Loop team" }] readme = "README.md" diff --git a/packages/map2loop/src/map2loop/version.py b/packages/map2loop/src/map2loop/version.py index ff041687..903a158a 100644 --- a/packages/map2loop/src/map2loop/version.py +++ b/packages/map2loop/src/map2loop/version.py @@ -1 +1 @@ -__version__ = "3.3.1" +__version__ = "3.4.0" diff --git a/pyproject.toml b/pyproject.toml index 3fb430fe..61d15fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'LoopStructural' -version = "1.7.3" +version = "1.8.0" description = '3D geological modelling' authors = [{ name = 'Lachlan Grose', email = 'lachlan.grose@monash.edu' }] readme = 'README.md'