From 4ff8db4dea793341425ce7b5664dc94a4ccd5a1e Mon Sep 17 00:00:00 2001 From: Jan Willhaus Date: Tue, 1 Oct 2024 22:44:35 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.2=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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]