File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to GPULlama3.java will be documented in this file.
44
5+ ## [ 0.4.0] - 2026-02-25
6+
7+ ### Other Changes
8+
9+ - Add JDK 25 support with TornadoVM JDK25 and dual-JDK build profiles ([ #97 ] ( https://github.com/beehive-lab/GPULlama3.java/pull/97 ) )
10+
511## [ 0.3.3] - 2025-12-19
612
713<!-- TODO: Add changes manually -->
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ authors:
1515 given-names : " Christos"
1616title : " GPULlama3.java"
1717license : MIT License
18- version : 0.3.3
19- date-released : 2025-12-19
18+ version : 0.4.0
19+ date-released : 2026-02-25
2020url : " https://github.com/beehive-lab/GPULlama3.java"
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ You can add **GPULlama3.java** directly to your Maven project by including the f
135135<dependency >
136136 <groupId >io.github.beehive-lab</groupId >
137137 <artifactId >gpu-llama3</artifactId >
138- <version >0.3.3 </version >
138+ <version >0.4.0 </version >
139139</dependency >
140140```
141141
@@ -144,7 +144,7 @@ You can add **GPULlama3.java** directly to your Maven project by including the f
144144<dependency >
145145 <groupId >io.github.beehive-lab</groupId >
146146 <artifactId >gpu-llama3</artifactId >
147- <version >0.3.1 -jdk25</version >
147+ <version >0.4.0 -jdk25</version >
148148</dependency >
149149```
150150
Original file line number Diff line number Diff line change 3838
3939 <properties >
4040 <!-- CI-friendly version: resolved by flatten-maven-plugin at build time -->
41- <revision >0.3.1 </revision >
41+ <revision >0.4.0 </revision >
4242 <jdk .version.suffix></jdk .version.suffix> <!-- empty=JDK21, -jdk25=JDK25 -->
4343 <!-- TornadoVM version: overridden per JDK profile -->
4444 <tornadovm .version>3.0.0</tornadovm .version> <!-- JDK21 default -->
You can’t perform that action at this time.
0 commit comments