diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f3677e5..9bc8d6654 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 72388c4e5..83177c065 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"