mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-25 00:36:22 +02:00
docs: add v1.1.2 to CHANGELOG
This commit is contained in:
parent
eb16d684fc
commit
c9f6cb4bba
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -5,6 +5,17 @@ All notable changes to Vestige will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.1.2] - 2025-01-27
|
||||
|
||||
### Fixed
|
||||
- Embedding model cache now uses platform-appropriate directories instead of polluting project folders
|
||||
- macOS: `~/Library/Caches/com.vestige.core/fastembed`
|
||||
- Linux: `~/.cache/vestige/fastembed`
|
||||
- Windows: `%LOCALAPPDATA%\vestige\cache\fastembed`
|
||||
- Can still override with `FASTEMBED_CACHE_PATH` environment variable
|
||||
|
||||
---
|
||||
|
||||
## [1.1.1] - 2025-01-27
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue