diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a144d..85c78be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/liblaf/thu-learn-downloader/compare/v0.2.0...v0.2.1) (2023-12-01) + +### Bug Fixes + +- **ci:** update install action to use new template ([b014699](https://github.com/liblaf/thu-learn-downloader/commit/b014699d26f46e81ae941b8a81e77928c88169f7)) +- **workflows:** remove unnecessary permission and add token for checkout ([2d422c8](https://github.com/liblaf/thu-learn-downloader/commit/2d422c8ffda7592e3cde26891367a144f1f72ee8)) + ## [0.2.0](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.21...v0.2.0) (2023-11-18) ### Features diff --git a/pyproject.toml b/pyproject.toml index 9df784c..c0600f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "thu-learn-downloader" readme = "README.md" repository = "https://github.com/liblaf/thu-learn-downloader" -version = "0.2.0" +version = "0.2.1" [tool.poetry.dependencies] beautifulsoup4 = "^4.12.2"