Skip to content

Commit 9f8626e

Browse files
chore(main): release 0.1.5 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4fd1bcb commit 9f8626e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.5](https://github.com/Loop3D/loop-cgal/compare/v0.1.4...v0.1.5) (2025-10-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add windows build options using vcpkg. ([86e29dd](https://github.com/Loop3D/loop-cgal/commit/86e29dd4a90f11b3c71213f15d52f223c4b76860))
9+
* adding global verbose flag ([c48394a](https://github.com/Loop3D/loop-cgal/commit/c48394a4b9e96030bb651617c48727569a53651a))
10+
* use global verbose flag instead of per function variable ([b291e03](https://github.com/Loop3D/loop-cgal/commit/b291e03051cceba71efc62c396e30c1b3ab56010))
11+
312
## [0.1.4](https://github.com/Loop3D/loop-cgal/compare/v0.1.3...v0.1.4) (2025-07-17)
413

514

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 = "[email protected]" }]
1212
name = "loop_cgal"
13-
version = "0.1.4"
13+
version = "0.1.5"
1414
description = "python bindings for cgal for implicit model meshing"
1515
readme = "README.md"
1616
requires-python = ">=3.7"

0 commit comments

Comments
 (0)