Skip to content

Commit f1bfa11

Browse files
authored
chore: bump version to 0.3.25 (abetlen#2243)
1 parent 4b66c45 commit f1bfa11

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.25]
11+
1012
- feat: Update llama.cpp to ggml-org/llama.cpp@210a6570c by @abetlen in #2242
1113
- feat: add Gemma 4 multimodal chat support by @abetlen in #2241
1214
- feat(ci): add CUDA 13.0 and 13.2 wheel builds by @abetlen in #2239

llama_cpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .llama_cpp import *
22
from .llama import *
33

4-
__version__ = "0.3.24"
4+
__version__ = "0.3.25"

0 commit comments

Comments
 (0)