Releases: kusold/Shreddit
Releases · kusold/Shreddit
v6.4.1
v6.4.0
6.4.0 (2025-11-02)
Features
- lint: add ruff linter with CI integration and auto-fixes (939aeba)
Bug Fixes
- update test workflow to use virtual environment and add Python 3.14 (dffa0ff)
Documentation
- add PR description update requirement to agent workflow (343d913)
- add test requirement before commits in AGENTS.md (a61dd3e)
- clarify repository history in README callout (3713d24)
Code Refactoring
- lint: eliminate all global ruff ignores and extract magic value constant (00c9150)
Chores
- remove legacy packaging files and add test suite (5ddccde)
v6.3.2
v6.3.1
v6.3.0
v6.2.0
6.2.0 (2025-11-02)
Features
- add automated release workflow with semantic versioning and binary builds (7a514a2)
- migrate project to use uv for package management (87f6207)
- upgrade to Python 3.12 and add setuptools dependency (05bc95b)
- upgrade to Python 3.13 (c19a2e1)
- upgrade to Python 3.14 (cf76248)
Bug Fixes
- add missing appdirs dependency to pyproject.toml (39c2066)
- include README.md in Dockerfile for build (53ee142)
Documentation
- add Apple Container instructions for macOS users (9650e5d)
Code Refactoring
- switch to official Python image with uv via multi-stage build (ff5b6ba)