diff --git a/CHANGELOG.md b/CHANGELOG.md index 2467f0b..a6f3458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.16](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.15...v0.1.16) (2023-07-03) + +### Documentation + +- add badges ([169876a](https://github.com/liblaf/thu-learn-downloader/commit/169876a09722220ebd612f59e0c2043632ab855f)) +- update demo ([fbc53be](https://github.com/liblaf/thu-learn-downloader/commit/fbc53be5846772ea507f871c837b66abe942faf0)) + ## [0.1.15](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.14...v0.1.15) (2023-06-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 76d736a..4d4fb08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ packages = [{ include = "thu_learn_downloader" }] readme = "README.md" repository = "https://github.com/liblaf/thu-learn-downloader" -version = "0.1.15" +version = "0.1.16" [tool.poetry.dependencies] beautifulsoup4 = "^4.12.2"