diff --git a/CHANGELOG.md b/CHANGELOG.md index 90adbe54c8..6d02bb8e32 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.24] + - docs: update ROCm install instructions by @agronholm in #1867 - fix: clear prompt for recurrent / hybrid models when only a partial prefix matches by @avion23 in #2108 - fix: match Transformers `tojson` in chat template rendering by @CISC in #1486 diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index eb37da2093..c48e6fcec0 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.23" +__version__ = "0.3.24"