diff --git a/CHANGELOG.md b/CHANGELOG.md index 95957f9..1457770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.0] - 2026-08-02 + ### Added - Kimi-K3 support (GGUF arch `kimi-k3`, llama.cpp PR #26185 / unsloth diff --git a/pyproject.toml b/pyproject.toml index f906ddd..0638960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gmlx" -version = "0.1.4" +version = "0.2.0" description = "A local inference platform for Apple Silicon: run, chat with, serve, and fine-tune the GGUF ecosystem's quantized models natively on MLX, straight off the file." readme = "README.md" requires-python = ">=3.11" # 3.10 EOLs 2026-10; mlx-kquant's lower floor is a library floor