Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
- update CHANGELOG.md
- bump version in setup.py
  • Loading branch information
leafspark committed Sep 5, 2024
1 parent 44f69b2 commit 8c333b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- 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
Expand All @@ -21,6 +22,7 @@
- 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
Expand All @@ -29,6 +31,7 @@
- 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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8c333b0

Please sign in to comment.