From d7738d74ce2ad1692f131ee1c4cf5ff3514a2ca4 Mon Sep 17 00:00:00 2001 From: abetlen Date: Sun, 7 Jun 2026 16:30:29 -0700 Subject: [PATCH] chore: bump version to 0.3.28 --- CHANGELOG.md | 2 ++ llama_cpp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b07244ed7b..b83ccc83bf 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.28] + - feat(example): align server MTP support with llama.cpp by @abetlen in #2283 - feat: update llama.cpp to ggml-org/llama.cpp@9e3b928fd - feat(example): add OpenAI-compatible embeddings endpoint by @abetlen in #2281 diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index 369f24ca88..13668893fe 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.27" +__version__ = "0.3.28"