Skip to content

Commit 7b7a08d

Browse files
chore(main): release 0.1.1
1 parent 5a6d928 commit 7b7a08d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/Loop3D/loop-cgal/compare/v0.1.0...v0.1.1) (2025-06-18)
4+
5+
6+
### Bug Fixes
7+
8+
* allow protect_constraints and relax constraints to be passed refine mesh ([5a81c4f](https://github.com/Loop3D/loop-cgal/commit/5a81c4f99055699297b471e0f5112b3e438ed30f))
9+
310
## 0.1.0 (2025-06-13)
411

512

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.0"
13+
version = "0.1.1"
1414
description = "python bindings for cgal for implicit model meshing"
1515
readme = "README.md"
1616
requires-python = ">=3.7"

0 commit comments

Comments
 (0)