Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.0.1",
"loopstructural": "0.1.13"
"loopstructural": "0.2.0"
}
16 changes: 16 additions & 0 deletions loopstructural/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down