From 8c333b0ffecfb3fe7c3402047e27ae0dcab05604 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 4 Sep 2024 17:36:48 -0700 Subject: [PATCH] docs: update CHANGELOG.md - update CHANGELOG.md - bump version in setup.py --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a2801..1f4c5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Added - API key authentication support for the local server - HuggingFace upload/download class - OpenAPI docs for endpoints +- Added new showcase image ### Changed - Replaced Flask with FastAPI and Uvicorn for improved performance @@ -21,6 +22,7 @@ ### Changed - Now binding to localhost (127.0.0.1) instead of 0.0.0.0 - Upadted Spanish localizations - Updated setuptools requirement from ~=68.2.0 to ~=74.0.0 +- Updated .env.example with new configuration parameters ### Fixed - Web page not found error @@ -29,6 +31,7 @@ ### Fixed - Improved window moving smoothness - Prevention of moving window below taskbar - Optimized imports in various files +- Remove aliased quant types ## [v1.8.0] - 2024-08-26 diff --git a/setup.py b/setup.py index 249242a..c3a20ea 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="AutoGGUF", - version="v1.7.1", + version="v1.8.1", packages=[""], url="https://github.com/leafspark/AutoGGUF", license="apache-2.0",