Skip to content

Releases: kusold/Shreddit

v6.4.1

02 Nov 05:11

Choose a tag to compare

6.4.1 (2025-11-02)

Bug Fixes

  • correct semantic-release branch config and remove redundant ruff target-version (e52007c)

Chores

  • update workflows to use main branch instead of master (06885ad)

v6.4.0

02 Nov 04:59

Choose a tag to compare

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

02 Nov 03:52

Choose a tag to compare

6.3.2 (2025-11-02)

Documentation

  • add PR workflow requirements to AGENTS.md (7fea88e)

v6.3.1

02 Nov 03:41

Choose a tag to compare

6.3.1 (2025-11-02)

Bug Fixes

Documentation

  • add AGENTS.md and update documentation for Python 3.12+ requirement (f28cb49)

Chores

  • improve semantic-pr workflow documentation (7d2a8ab)

v6.3.0

02 Nov 03:28

Choose a tag to compare

6.3.0 (2025-11-02)

Features

  • add automated Docker security scanning with vulnerability remediation (c06074d)
  • add semantic commit validation and improve vulnerability scanning (b406878)

Chores

  • add commitlint configuration file (c74b30e)

v6.2.0

02 Nov 03:02

Choose a tag to compare

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)