Skip to content

Commit 93d3ba2

Browse files
authored
Merge pull request #98 from beehive-lab/release/0.4.0
Release 0.4.0
2 parents 6e45ac8 + 61ae302 commit 93d3ba2

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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 -->

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ authors:
1515
given-names: "Christos"
1616
title: "GPULlama3.java"
1717
license: MIT License
18-
version: 0.3.3
19-
date-released: 2025-12-19
18+
version: 0.4.0
19+
date-released: 2026-02-25
2020
url: "https://github.com/beehive-lab/GPULlama3.java"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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 -->

0 commit comments

Comments
 (0)