From 04eb692824563e15eae8732e0d7088c43877775a Mon Sep 17 00:00:00 2001 From: Thomas Aglassinger Date: Tue, 10 Dec 2024 03:50:54 +0100 Subject: [PATCH] #39 Bump version and update changelog --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b86ca8..ff00c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Check_done changes +## Version 1.1.0, 2024-12-10 + +- The default configuration file can now also use ".yml" as suffix (#32, contributed by @JMTyndall) +- Unused dependencies have been removed and the minimum Python version is now correctly 3.11 (#39, contributed by @JMTyndall) + ## Version 1.0.0, 2024-11-27 - Initial release diff --git a/pyproject.toml b/pyproject.toml index f2dc150..a0ab3c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ testpaths = [ [tool.poetry] name = "check_done" -version = "1.0.0" +version = "1.1.0" description = "Check done issues on a GitHub project board" readme = "README.md" authors = ["Siisurit e.U."]