Skip to content

Commit 2aa1196

Browse files
authored
Merge pull request #26 from JuliaGeometry/jf/Makie023
bump makie dependency
2 parents da4518e + 8b30336 commit 2aa1196

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Major changes
2+
3+
## v2.4.1 June 12, 2025
4+
- Bump Makie compat
5+
- Compathelper
6+
- Fix dependabot
7+
8+
29
## v2.4.0 Jan 23, 2025
310
- Introduce Changelog
411
- Bump Makie compat

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Triangulate"
22
uuid = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
33
authors = ["Juergen Fuhrmann <[email protected]>"]
4-
version = "2.4.0"
4+
version = "2.4.1"
55

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

1616
[compat]
17-
CairoMakie = "0.10, 0.11, 0.12, 0.13"
17+
CairoMakie = "0.10, 0.11, 0.12, 0.13, 0.14"
1818
DocStringExtensions = "0.8, 0.9"
19-
GLMakie = "0.8,0.9, 0.10, 0.11"
19+
GLMakie = "0.8,0.9, 0.10, 0.11, 0.12"
2020
Printf = "1.6"
2121
PyPlot = "2"
2222
Triangle_jll = "1.6.2"

examples/pluto-examples.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.20.3
2+
# v0.20.10
33

44
using Markdown
55
using InteractiveUtils
@@ -518,7 +518,7 @@ Triangulate = "~2.3.3"
518518
PLUTO_MANIFEST_TOML_CONTENTS = """
519519
# This file is machine-generated - editing it directly is not advised
520520
521-
julia_version = "1.10.6"
521+
julia_version = "1.10.9"
522522
manifest_format = "2.0"
523523
project_hash = "88b2dccafa4b3a9e1cfc3c42359e71a3c241cfa1"
524524
@@ -1448,7 +1448,7 @@ version = "3.2.4+0"
14481448
[[deps.OpenLibm_jll]]
14491449
deps = ["Artifacts", "Libdl"]
14501450
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
1451-
version = "0.8.1+2"
1451+
version = "0.8.1+4"
14521452
14531453
[[deps.OpenSSL_jll]]
14541454
deps = ["Artifacts", "JLLWrappers", "Libdl"]

0 commit comments

Comments
 (0)