Skip to content

Commit f6549f6

Browse files
authored
Merge pull request #6 from Loop3D/release-please--branches--main
chore(main): release 0.1.2
2 parents cac4751 + 5046214 commit f6549f6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/Loop3D/loop-cgal/compare/v0.1.1...v0.1.2) (2025-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* adding object oriented surface clipping ([2a2fc80](https://github.com/Loop3D/loop-cgal/commit/2a2fc802ea6b0c6538a66b7ac0a22e8d47012ab4))
9+
* adding remove isolated vertices ([7463cc7](https://github.com/Loop3D/loop-cgal/commit/7463cc7978a43755e28324f0a2d0d583a75152e4))
10+
* correct typo in error message for degenerate face removal ([a41c66d](https://github.com/Loop3D/loop-cgal/commit/a41c66d33e056c4945839fc81bcac5b255673dec))
11+
* correct typo in error message for degenerate face removal ([054abdc](https://github.com/Loop3D/loop-cgal/commit/054abdc3d40ed83f6dc127ec04cde64e3c90c527))
12+
* don't break if mesh is invalid as refine mesh will fix this ([a27d5fd](https://github.com/Loop3D/loop-cgal/commit/a27d5fd0c05de667ab7daec7abd24e1488f8da2c))
13+
* return variable for polydata creation in clip function ([271f95d](https://github.com/Loop3D/loop-cgal/commit/271f95df0c39c4e5047e3b9a49f090e139eaed3d))
14+
315
## [0.1.1](https://github.com/Loop3D/loop-cgal/compare/v0.1.0...v0.1.1) (2025-06-18)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
1010
[project]
1111
authors = [{ name = "Lachlan Grose", email = "lachlan.grose@monash.edu" }]
1212
name = "loop_cgal"
13-
version = "0.1.1"
13+
version = "0.1.2"
1414
description = "python bindings for cgal for implicit model meshing"
1515
readme = "README.md"
1616
requires-python = ">=3.7"

0 commit comments

Comments
 (0)