Skip to content

Commit 5a6d928

Browse files
committed
Merge branch 'main' of github.com:Loop3D/loop-cgal
2 parents 5a81c4f + 5605a50 commit 5a6d928

5 files changed

Lines changed: 19 additions & 5 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- uses: GoogleCloudPlatform/release-please-action@v4
1818
id: release
1919
with:
20-
path: loop_cgal
20+
release-type: python
21+
package-name: loop_cgal
22+
2123

2224
outputs:
2325
release_created: ${{ steps.release.outputs.releases_created }}

.release-please-manifest.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-06-13)
4+
5+
6+
### Bug Fixes
7+
8+
* add parameters to remesh before/after clipping. ([b288030](https://github.com/Loop3D/loop-cgal/commit/b288030110946346df8c5f4658912e173d8437e9))
9+
* adding clipping wrapper ([24ed244](https://github.com/Loop3D/loop-cgal/commit/24ed244e02ee4995cc6c8f961a72cc07cbbda475))
10+
* adding release-please-manifest ([b617d8d](https://github.com/Loop3D/loop-cgal/commit/b617d8d275c2982c3743a5c1cdd48614b1408bcb))
11+
* expose paramters to pyvista wrapper ([66f0016](https://github.com/Loop3D/loop-cgal/commit/66f001617f4bfe4f8b6aa4e8907d34ed48c4ce5f))
12+
* increase cgal version ([c138623](https://github.com/Loop3D/loop-cgal/commit/c138623a3f735ee093c9fcb8a5fccc211935d7ed))

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

release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"loop_cgal": "0.0.1"
3+
}

0 commit comments

Comments
 (0)