From d020874b72e0bb39a6b62458da9e3d271a77c201 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Dec 2025 08:42:32 +0000 Subject: [PATCH] Prepare release 0.3.3 --- CHANGELOG.md | 4 ++++ CITATION.cff | 4 ++-- README.md | 2 +- pom.xml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdc7045..278d5a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to GPULlama3.java will be documented in this file. +## [0.3.3] - 2025-12-19 + + + ## [0.3.2] - 2025-12-18 ### Model Support diff --git a/CITATION.cff b/CITATION.cff index d2983c80..7a378552 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,6 +15,6 @@ authors: given-names: "Christos" title: "GPULlama3.java" license: MIT License -version: 0.3.2 -date-released: 2025-12-18 +version: 0.3.3 +date-released: 2025-12-19 url: "https://github.com/beehive-lab/GPULlama3.java" diff --git a/README.md b/README.md index 9d4ea6ae..60229fcd 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ You can add **GPULlama3.java** directly to your Maven project by including the f io.github.beehive-lab gpu-llama3 - 0.3.2 + 0.3.3 ``` diff --git a/pom.xml b/pom.xml index ebbcbeae..d61ecf3e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.beehive-lab gpu-llama3 - 0.3.2 + 0.3.3 GPU Llama3 GPU-accelerated LLaMA3 inference using TornadoVM