diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0a62f..68e914e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.8](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.7...v0.1.8) (2023-03-10) + +### Bug Fixes + +- add tld script ([ebd2f60](https://github.com/liblaf/thu-learn-downloader/commit/ebd2f608350acd485d87f4e39165acd6f74a4d27)) +- compatible with py3.10 ([8c1c3bd](https://github.com/liblaf/thu-learn-downloader/commit/8c1c3bdd27d7ee04c7c30d414efd854ffe411e1f)) +- compatible with py3.11 ([b54350b](https://github.com/liblaf/thu-learn-downloader/commit/b54350b7759bebe7b128c3f892f993a59e227795)) + ## [0.1.7](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.6...v0.1.7) (2023-03-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index eeea733..03a9ead 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.7" +version = "0.1.8" [tool.poetry.dependencies] beautifulsoup4 = "^4.11.2"