From 1b3185a1b58c2b087771cf7e80bf992c72f3ca0c Mon Sep 17 00:00:00 2001 From: abetlen Date: Thu, 2 Apr 2026 23:40:01 -0700 Subject: [PATCH] chore: bump version to 0.3.20 --- CHANGELOG.md | 2 ++ llama_cpp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f3677e5d..9bc8d6654b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.20] + - refactor: Replace deprecated llama.cpp references in library, docs, and examples by @abetlen in #2170 - feat: Update llama.cpp to ggerganov/llama.cpp@f49e9178767d557a522618b16ce8694f9ddac628 by @abetlen in #2169 - feat(server): Add model-load `chat_template_kwargs` support and document the CLI/config usage by @abetlen in #2168 diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index 72388c4e5d..83177c065d 100644 --- a/llama_cpp/__init__.py +++ b/llama_cpp/__init__.py @@ -1,4 +1,4 @@ from .llama_cpp import * from .llama import * -__version__ = "0.3.19" +__version__ = "0.3.20"