Skip to content

Commit 8a480f4

Browse files
authored
Merge pull request #271 from Loop3D/release-please--branches--master
chore(master): release 1.6.21
2 parents 35ff6a6 + 8997ebd commit 8a480f4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"LoopStructural": "1.6.20"
2+
"LoopStructural": "1.6.21"
33
}

LoopStructural/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.6.21](https://github.com/Loop3D/LoopStructural/compare/v1.6.20...v1.6.21) (2025-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* add model reference when converting from feature to frame ([ef07373](https://github.com/Loop3D/LoopStructural/commit/ef07373a816e60f4e931f4f32975ded13eb528f6))
9+
* change fault axis to info not warning ([68abea7](https://github.com/Loop3D/LoopStructural/commit/68abea77ceaad03db2255da0a7f6bcd65ee9df4c))
10+
* clear column actually removes elements. Also load from dict adds in reversed order to maintain correct order ([35ff6a6](https://github.com/Loop3D/LoopStructural/commit/35ff6a6427b32cb0ee45c3cedae998477b49a491))
11+
312
## [1.6.20](https://github.com/Loop3D/LoopStructural/compare/v1.6.19...v1.6.20) (2025-08-25)
413

514

LoopStructural/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.20"
1+
__version__ = "1.6.21"

0 commit comments

Comments
 (0)