Releases: kusold/Shreddit
Releases · kusold/Shreddit
v6.5.0
6.5.0 (2026-04-07)
Features
Bug Fixes
- add issues write permission to Docker Security Scan workflow (fe21b44)
- ci: Fix docker scan reference issues (d737cd4)
- ci: Fix yaml indentation (d3a47fd)
- ci: handle missing Docker images in security scan workflow (#191) (c97ab2e)
- replace pkg_resources with importlib.resources for Python 3.14 compat (f9f6f22)
Tests
- add smoke test for app entrypoint imports (c55316c)
Continuous Integration
- change release workflow to manual trigger (069149e)
Chores
- ci: add package rules for dependency update types (8696a3e)
- ci: change label to addLabels for GitHub Actions (9b6e57f)
- ci: change matchDatasources to matchManagers in renovate.json (df59e8c)
- deps: bump actions/checkout from 5 to 6 (a9e3017)
- deps: bump actions/download-artifact from 4 to 6 (17c2932)
- deps: bump actions/download-artifact from 6 to 7 (4e1bf45)
- deps: bump actions/download-artifact from 7 to 8 (9a78b38)
- deps: bump actions/github-script from 7 to 8 (99adb09)
- deps: bump actions/setup-python from 5 to 6 (7d3977c)
- deps: bump actions/upload-artifact from 4 to 5 (d6c0f14)
- deps: bump actions/upload-artifact from 5 to 6 (63c464f)
- deps: bump actions/upload-artifact from 6 to 7 (9bb3285)
- deps: bump cycjimmy/semantic-release-action from 4 to 5 (a9871be)
- deps: bump cycjimmy/semantic-release-action from 5.0.2 to 6.0.0 (6dd5941)
- deps: bump docker/build-push-action from 6 to 7 (82c78ce)
- deps: bump docker/login-action from 3 to 4 (6a941e4)
- deps: bump docker/metadata-action from 5 to 6 (b909f83)
- deps: bump docker/setup-buildx-action from 3 to 4 (8e39072)
- deps: bump github/codeql-action from 3 to 4 (16744b2)
- deps: bump pygments from 2.19.2 to 2.20.0 (3ef539a)
- deps: bump requests from 2.32.5 to 2.33.0 (3e8bcd8)
- deps: bump tornado from 6.5.2 to 6.5.5 (b22a963)
- deps: bump urllib3 from 2.5.0 to 2.6.3 (576ca3f)
- deps: pin dependencies (6082802)
- deps: renovate config — semantic commits, labels, pin github-actions, automerge minor+ (5faf6d6)
- deps: update actions/checkout action to v5 (48154fb)
- deps: update actions/checkout action to v5.0.1 (#207) (d224efb)
- deps: update actions/dependency-review-action action to v4.8.2 (#196) (9af1de5)
- deps: update actions/dependency-review-action action to v4.8.3 (#222) (ba60e44)
- deps: update actions/dependency-review-action action to v4.9.0 (#227) (994fcaf)
- deps: update actions/setup-node action to v6 (e6af6dd)
- deps: update amannn/action-semantic-pull-request action to v6 (af4a16c)
- deps: update astral-sh/setup-uv action to v7 (96797d7)
- deps: update cycjimmy/semantic-release-action action to v5.0.2 (#206) (8c8347f)
- deps: update dependency node to v24 (3dc2802)
- deps: update dependency node to v24.12.0 (#214) (d31a06e)
- deps: update dependency node to v24.13.0 (#216) (2b2e97c)
- deps: update dependency node to v24.13.1 (#220) (1d79820)
- deps: update dependency node to v24.14.0 (#223) (3c8deb2)
- deps: update dependency node to v24.14.1 (#238) (ded2b6d)
- deps: update dependency python to v3.14.1 (#210) (e32b494)
- deps: update dependency python to v3.14.2 (#211) (4528ffa)
- deps: update dependency python to v3.14.3 (#219) (f1e8640)
- deps: update sigstore/cosign-installer action to v4.1.0 (#235) (e7ca0a9)
- deps: update sigstore/cosign-installer action to v4.1.1 (#240) (4ce25e5)
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)