Skip to content

Commit 2b81f6e

Browse files
committed
Merge branch 'master' of github.com:Loop3D/LoopStructural
2 parents 2d40563 + 87955aa commit 2b81f6e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"LoopStructural": "1.6.8"
2+
"LoopStructural": "1.6.9"
33
}

Diff for: LoopStructural/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.6.9](https://github.com/Loop3D/LoopStructural/compare/v1.6.8...v1.6.9) (2025-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* adding copy method for lambda ([6a8d940](https://github.com/Loop3D/LoopStructural/commit/6a8d940a0989a046663dcd3dd4ced6f443d895a6))
9+
* adding from dict method for bb ([71c2dcc](https://github.com/Loop3D/LoopStructural/commit/71c2dccc60855478e04e3fc2f8aa45c969f402a2))
10+
* allow scalar field of feature without a model ([2e36743](https://github.com/Loop3D/LoopStructural/commit/2e36743f1c090bb63efaa6468f2b5388e59fda4a))
11+
312
## [1.6.8](https://github.com/Loop3D/LoopStructural/compare/v1.6.7...v1.6.8) (2025-02-20)
413

514

Diff for: LoopStructural/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.8"
1+
__version__ = "1.6.9"

0 commit comments

Comments
 (0)