diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0dd9b..2467f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.15](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.14...v0.1.15) (2023-06-06) + +### Bug Fixes + +- build standalone executable on Windows ([eaf02b5](https://github.com/liblaf/thu-learn-downloader/commit/eaf02b567570e176ee5031d35543d02f962151c3)) + ## [0.1.14](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.13...v0.1.14) (2023-06-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4271e96..76d736a 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.14" +version = "0.1.15" [tool.poetry.dependencies] beautifulsoup4 = "^4.12.2"