Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

All notable changes to this project since V1.0 will be documented in this file.

## [2.0] - 2024-11-28
## [2.0.2] - 2026-05-11
- Cap TetGen_jll.jl version to ~1.5.3, to avoid unexpected behavior in CI tests.
See #47 for a discussion of the background

## [2.0.1] - 2026-01-13
- modernize tests and CI

## [2.0.1] - 2024-11-28
- Allow for GeometryBasics v0.5 along with 0.4
- Breaking: with GeometryBasics v0.5, a MetaMesh has
to be provided as input for Tetrahedralize.
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TetGen"
uuid = "c5d3f3f7-f850-59f6-8a2e-ffc6dc1317ea"
authors = ["SimonDanisch <sdanisch@gmail.com>", "Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de"]
version = "2.0.1"
version = "2.0.2"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -17,5 +17,5 @@ GeometryBasics = "0.4, 0.5"
LinearAlgebra = "1"
Printf = "1"
StaticArrays = "1"
TetGen_jll = "1.5.3"
TetGen_jll = "~1.5.3"
julia = "1.9"
Loading