Skip to content

Commit 27b16a0

Browse files
authored
Merge pull request #95 from beehive-lab/release/0.3.3
Release 0.3.3
2 parents 15d8cc8 + d020874 commit 27b16a0

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

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

33
All notable changes to GPULlama3.java will be documented in this file.
44

5+
## [0.3.3] - 2025-12-19
6+
7+
<!-- TODO: Add changes manually -->
8+
59
## [0.3.2] - 2025-12-18
610

711
### Model Support

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.2
19-
date-released: 2025-12-18
18+
version: 0.3.3
19+
date-released: 2025-12-19
2020
url: "https://github.com/beehive-lab/GPULlama3.java"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can add **GPULlama3.java** directly to your Maven project by including the f
133133
<dependency>
134134
<groupId>io.github.beehive-lab</groupId>
135135
<artifactId>gpu-llama3</artifactId>
136-
<version>0.3.2</version>
136+
<version>0.3.3</version>
137137
</dependency>
138138
```
139139

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Use your verified namespace -->
88
<groupId>io.github.beehive-lab</groupId>
99
<artifactId>gpu-llama3</artifactId>
10-
<version>0.3.2</version> <!-- release version (no -SNAPSHOT) -->
10+
<version>0.3.3</version> <!-- release version (no -SNAPSHOT) -->
1111

1212
<name>GPU Llama3</name>
1313
<description>GPU-accelerated LLaMA3 inference using TornadoVM</description>

0 commit comments

Comments
 (0)