Skip to content

Commit

Permalink
chore(release): version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Sep 3, 2024
1 parent dbcfeb3 commit 4591339
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

For online version see [Github Releases].

## [3.2.1] – 2024-09-03

### Changed

- Significant updates to the API documentation.
- (Internal) Miscellaneous changes.

### Deprecated

- The `OutputData(Triangulator<T2>)` constructor is now obsolete. It will be made internal in future versions.

### Fixed

- Resolved a potential issue causing an infinite loop during the `PlantingSeedStep` with `AutoHolesAndBoundary`.

## [3.2.0] – 2024-08-28

### Added
Expand Down Expand Up @@ -233,6 +248,7 @@ options in the triangulation settings, aka `RestoreBoundary`.

[Github Releases]: https://github.com/andywiecko/BurstTriangulator/releases

[3.2.1]: https://github.com/andywiecko/BurstTriangulator/releases/tag/v3.2.1
[3.2.0]: https://github.com/andywiecko/BurstTriangulator/releases/tag/v3.2.0
[3.1.0]: https://github.com/andywiecko/BurstTriangulator/releases/tag/v3.1.0
[3.0.0]: https://github.com/andywiecko/BurstTriangulator/releases/tag/v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion Documentation~/manual/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Then, in the dependencies section, provide the desired version of the package:

```json
"dependencies": {
"com.andywiecko.burst.triangulator": "3.2.0",
"com.andywiecko.burst.triangulator": "3.2.1",
...
```

Expand Down
2 changes: 1 addition & 1 deletion Documentation~/override/partials/breadcrumb.tmpl.partial
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<div class="container" style="
width: 80px;
line-height: 40px;
"><b>v3.2.0</b></div>
"><b>v3.2.1</b></div>
</div>
</div>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.andywiecko.burst.triangulator",
"version": "3.2.0",
"version": "3.2.1",
"displayName": "Burst Triangulator",
"description": "A single-file package which provides Delaunay triangulation of the given set of points with constraints and mesh refinement.",
"unity": "2022.2",
Expand Down

0 comments on commit 4591339

Please sign in to comment.