diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fd6e7..cf0a62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.7](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.6...v0.1.7) (2023-03-02) + +### Bug Fixes + +- fix filename on macOS ([5fb82a6](https://github.com/liblaf/thu-learn-downloader/commit/5fb82a61f81befc475c39f5b866a60b014cae51b)) + ## [0.1.6](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.5...v0.1.6) (2023-03-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3972ecd..b37cc5f 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.6" +version = "0.1.7" [tool.poetry.dependencies] beautifulsoup4 = "^4.11.2"