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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Major changes

## v2.4.1 June 12, 2025
- Bump Makie compat
- Compathelper
- Fix dependabot


## v2.4.0 Jan 23, 2025
- Introduce Changelog
- Bump Makie compat
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Triangulate"
uuid = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>"]
version = "2.4.0"
version = "2.4.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -14,9 +14,9 @@ GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"

[compat]
CairoMakie = "0.10, 0.11, 0.12, 0.13"
CairoMakie = "0.10, 0.11, 0.12, 0.13, 0.14"
DocStringExtensions = "0.8, 0.9"
GLMakie = "0.8,0.9, 0.10, 0.11"
GLMakie = "0.8,0.9, 0.10, 0.11, 0.12"
Printf = "1.6"
PyPlot = "2"
Triangle_jll = "1.6.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/pluto-examples.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### A Pluto.jl notebook ###
# v0.20.3
# v0.20.10

using Markdown
using InteractiveUtils
Expand Down Expand Up @@ -518,7 +518,7 @@ Triangulate = "~2.3.3"
PLUTO_MANIFEST_TOML_CONTENTS = """
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.6"
julia_version = "1.10.9"
manifest_format = "2.0"
project_hash = "88b2dccafa4b3a9e1cfc3c42359e71a3c241cfa1"

Expand Down Expand Up @@ -1448,7 +1448,7 @@ version = "3.2.4+0"
[[deps.OpenLibm_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
version = "0.8.1+2"
version = "0.8.1+4"

[[deps.OpenSSL_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
Expand Down