We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50651c8 commit 5b3ee24Copy full SHA for 5b3ee24
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.0.0 (2025-01-15)
2
+
3
+### Feat
4
5
+- introduce connected components to find disjoint meshes (solids)
6
7
## v1.2.10 (2024-12-19)
8
9
### Fix
pyproject.toml
@@ -26,7 +26,7 @@ testpaths = ["tests/python"]
26
27
[tool.commitizen]
28
name = "cz_conventional_commits"
29
-version = "1.3.0"
+version = "2.0.0"
30
tag_format = "v$version"
31
32
[tool.cibuildwheel]
0 commit comments