diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ce4a724 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 0.1.0 (2026-01-31) + + +### ⚠ BREAKING CHANGES + +* Modernize codebase & fix V2 user issues ([#61](https://github.com/BKDDFS/PerfectFrameAI/issues/61)) + +### Features + +* Modernize codebase & fix V2 user issues ([#61](https://github.com/BKDDFS/PerfectFrameAI/issues/61)) ([42facf2](https://github.com/BKDDFS/PerfectFrameAI/commit/42facf22a461652d796ebf9b733469b07024140c)) + + +### Bug Fixes + +* change OpenCVVideo method name get_next_video_frames -> get_next_frames ([ffb712a](https://github.com/BKDDFS/PerfectFrameAI/commit/ffb712a9c2fd30839a9a7f507d4acf59ff45b287)) +* change OpenCVVideo method name get_next_video_frames -> get_next_frames ([979dab9](https://github.com/BKDDFS/PerfectFrameAI/commit/979dab97cc442791fac8886379a1758dffd3343c)) +* pin GitHub Actions to full SHA hashes ([#63](https://github.com/BKDDFS/PerfectFrameAI/issues/63)) ([0d5f898](https://github.com/BKDDFS/PerfectFrameAI/commit/0d5f898558eb17675616a8af307c7fb10ca7eeae)) +* use commit SHA instead of tag object SHA for actions ([#64](https://github.com/BKDDFS/PerfectFrameAI/issues/64)) ([d3c9d13](https://github.com/BKDDFS/PerfectFrameAI/commit/d3c9d130692db7944dcae8bc9f181f029a812bdd)) diff --git a/pyproject.toml b/pyproject.toml index 2423c86..b6cca3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PerfectFrameAI" -version = "3.0.0" +version = "0.1.0" description = "AI tool for finding the most aesthetic frames in a video. 🎞️➜🖼️" authors = [ {name = "Bartłomiej Flis", email = "Bartekdawidflis@gmail.com"}