Skip to content

Commit ae35e7c

Browse files
committed
Update dependencies to work on Julia 1.12
1 parent 8b3c8a7 commit ae35e7c

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.11'
18+
- '1.12'
1919
os:
2020
- ubuntu-latest
2121
arch:

NEWS.md

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

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PlantViz"
22
uuid = "358bd95d-d12c-439f-94b7-04b17e500c7f"
3+
version = "0.1.1"
34
authors = ["Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors"]
4-
version = "0.1.0"
55

66
[deps]
77
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
@@ -19,7 +19,7 @@ FileIO = "1.17.0"
1919
GeometryBasics = "0.5.10"
2020
LinearAlgebra = "1.11"
2121
Makie = "0.24.6"
22-
PlantGeomPrimitives = "0.1.0"
23-
PlantRayTracer = "0.1.0"
22+
PlantGeomPrimitives = "0.1.1"
23+
PlantRayTracer = "0.1.1"
2424
Unrolled = "0.1.5"
2525
julia = "1.12"

src/Render.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Extract the colors properties from a given mesh.
1616
1717
# Examples
1818
```jldoctest
19-
2019
julia> using PlantGeomPrimitives;
2120
2221
julia> import ColorTypes: RGB;

0 commit comments

Comments
 (0)