diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..48d4e83 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## v0.3.0 (2024-10-01) + +### Feat + +- Update project (#8) + +## v0.2.2 (2024-10-01) diff --git a/pyproject.toml b/pyproject.toml index 84fb52d..cedc429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letterboxd-rss" -version = "0.2.2" +version = "0.3.0" description = "Generate an RSS feed from your letterboxd.com watchlist" authors = ["Jan Willhaus "] license = "Apache-2.0" @@ -38,7 +38,7 @@ version_files = [ annotated_tag = true tag_format = "v$version" update_changelog_on_bump = true -changelog_start_rev = "0.2.2" +changelog_start_rev = "0.3.0" gpg_sign = true [build-system]