diff --git a/CHANGELOG.md b/CHANGELOG.md index 1361de5..0866d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.1 (2022-12-26) + +### Fix + +- auto skip submit & comment attachment + ## 0.1.0 (2022-11-12) ### Feat diff --git a/pyproject.toml b/pyproject.toml index def6d48..b0302b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.1.0" +version = "0.1.1" tag_format = "$version" version_files = ["pyproject.toml:version"] @@ -13,7 +13,7 @@ [tool.poetry] name = "thu-learn-downloader" -version = "0.1.0" +version = "0.1.1" description = "Auto download files from thu-learn" authors = ["Qin Li "] readme = "README.md"