v1.0.5
v1.0.5 (2026-06-10)
This release is published under the MIT License.
Bug Fixes
- Drop Python 3.8 support (
e500d31)
google-generativeai (the gemini extra) has no distribution for Python 3.8, so cachelens[gemini]/[all] was already broken there. Python 3.8 is also EOL. Raise requires-python to >=3.9 and update the CI matrix accordingly.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Documentation
- Restore v1.0.0 changelog details and tidy pyproject.toml (
6a7fa3b)
The semantic-release version_toml writer drops the v1.0.0 changelog section and accumulates blank lines in pyproject.toml on each run.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Detailed Changes: v1.0.4...v1.0.5