diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bf607..93f551c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.12](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.11...v0.1.12) (2023-04-23) + +### Bug Fixes + +- sort files by upload time ([1c6ef47](https://github.com/liblaf/thu-learn-downloader/commit/1c6ef4750875af988dda128a17b6da6c94da6997)) + ## [0.1.11](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.10...v0.1.11) (2023-04-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 55f2861..60fe825 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.11" +version = "0.1.12" [tool.poetry.dependencies] beautifulsoup4 = "^4.11.2"