We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1005d commit a368178Copy full SHA for a368178
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# News
2
3
+## v0.1.1 - 2025-10-10
4
+
5
+- Recompile LEMON_jll dependencies for newer versions of Julia
6
7
## v0.1.0 - 2025-07-03
8
9
- First release.
Project.toml
@@ -1,7 +1,7 @@
name = "LEMONGraphs"
uuid = "14b1564f-c77f-4800-9e89-efd961faef7c"
authors = ["Stefan Krastanov <stefan@krastanov.org>"]
-version = "0.1.0"
+version = "0.1.1"
[deps]
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
@@ -11,5 +11,5 @@ LEMON_jll = "9f9b04fa-cfb6-5331-975f-45512019a816"
11
[compat]
12
CxxWrap = "0.17.1"
13
Graphs = "1.12.0"
14
-LEMON_jll = "1.3.1"
+LEMON_jll = "1.3.2"
15
julia = "1.10"
0 commit comments