diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 869ca71..1b8f536 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "0.0.1", - "loopstructural": "0.1.13" + "loopstructural": "0.2.0" } diff --git a/loopstructural/CHANGELOG.md b/loopstructural/CHANGELOG.md index afe573e..534a903 100644 --- a/loopstructural/CHANGELOG.md +++ b/loopstructural/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/Loop3D/plugin_loopstructural/compare/v0.1.13...v0.2.0) (2026-08-04) + + +### Features + +* add layer and field pickers for stratigraphic column colors application and fix qt6 issues ([8e38c34](https://github.com/Loop3D/plugin_loopstructural/commit/8e38c344a4b9be452941d9881f207f4d99e642b1)) +* add stratigraphic age application functionality with color ramp selection ([13918db](https://github.com/Loop3D/plugin_loopstructural/commit/13918db09e8aebe1a7d32517cff6b086242072ea)) + + +### Bug Fixes + +* add zoom to object ([530e654](https://github.com/Loop3D/plugin_loopstructural/commit/530e654d19ea2d6b12390e01fc987dc0542c8e78)) +* update compatibility for qt6 ([419abb3](https://github.com/Loop3D/plugin_loopstructural/commit/419abb367d4ed0fef8e4cc91993ed0a774fd44a1)) +* update qgis4 compatibility ([209738a](https://github.com/Loop3D/plugin_loopstructural/commit/209738a52724621838e1cd10ebfb3ec4c71872d9)) +* update qgis4 compatibility ([d80cead](https://github.com/Loop3D/plugin_loopstructural/commit/d80cead0be7ef3e460fc05f16458e7075eb17733)) + ## [0.1.13](https://github.com/Loop3D/plugin_loopstructural/compare/v0.1.12...v0.1.13) (2026-02-19)