diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5b283..95fd6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.5...v0.1.6) (2023-03-02) + +### Bug Fixes + +- **ci:** fix workflow syntax ([d8e68d9](https://github.com/liblaf/thu-learn-downloader/commit/d8e68d9aa21bb667d857fa74e3858e4387b4d8f4)) +- fix filename ([#29](https://github.com/liblaf/thu-learn-downloader/issues/29)) ([aa35ee4](https://github.com/liblaf/thu-learn-downloader/commit/aa35ee4a0d6fd821596107b70ffd0bf9a629a1d3)) + ## [0.1.5](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.4...v0.1.5) (2023-02-28) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 46f11dd..3972ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [{ include = "thu_learn_downloader" }] readme = "README.md" repository = "https://github.com/liblaf/thu-learn-downloader" -version = "0.1.5" +version = "0.1.6" [tool.poetry.dependencies] beautifulsoup4 = "^4.11.2"