Skip to content

Commit 1a4649e

Browse files
committed
Update to 1.12
1 parent e83420f commit 1a4649e

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.11'
21+
- '1.12'
2222
os:
2323
- ubuntu-latest
2424
arch:

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# PlantGeomTurtle release notes
2+
3+
We started keeping track of changes in the `NEWS.md` file after version 0.1.0.
4+
5+
# PlantGeomTurtle 0.1.1 (2026-01-14)
6+
7+
* Update dependencies and make sure it works on Julia 1.12

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PlantGeomTurtle"
22
uuid = "7d6e2781-1c99-4c66-97ec-106669f3e96e"
33
authors = ["Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
@@ -15,9 +15,9 @@ Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
1515
[compat]
1616
CoordinateTransformations = "0.6.3"
1717
LinearAlgebra = "1.11"
18-
PlantGeomPrimitives = "0.1.0"
19-
PlantGraphs = "0.1.0"
18+
PlantGeomPrimitives = "0.1.1"
19+
PlantGraphs = "0.1.3"
2020
Rotations = "1.5.1"
2121
StaticArrays = "1.9.13"
2222
Unrolled = "0.1.5"
23-
julia = "1.11"
23+
julia = "1.12"

0 commit comments

Comments
 (0)