diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 857973b..6640b2b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.4" + ".": "3.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab884d..43a0db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.5](https://github.com/BKDDFS/PerfectFrameAI/compare/v3.0.4...v3.0.5) (2026-06-06) + + +### Bug Fixes + +* resolve open security alerts (pygments, pip, base image CVEs) ([#174](https://github.com/BKDDFS/PerfectFrameAI/issues/174)) ([643a3eb](https://github.com/BKDDFS/PerfectFrameAI/commit/643a3eb2a63b73356f2904bbe4e15e02ce7e7de0)) +* stop swallowing extraction errors in background task ([#173](https://github.com/BKDDFS/PerfectFrameAI/issues/173)) ([2876fcc](https://github.com/BKDDFS/PerfectFrameAI/commit/2876fccc5ed55924da763b3f643691c6cc30e09e)) + ## [3.0.4](https://github.com/BKDDFS/PerfectFrameAI/compare/v3.0.3...v3.0.4) (2026-02-10) diff --git a/pyproject.toml b/pyproject.toml index d15a3d5..a7713d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PerfectFrameAI" -version = "3.0.4" +version = "3.0.5" description = "AI tool for finding the most aesthetic frames in a video. 🎞️➜🖼️" authors = [ {name = "Bartłomiej Flis", email = "Bartekdawidflis@gmail.com"}