Skip to content

Commit bfc5f04

Browse files
chore(main): release 0.4.0 (#224)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6eccc5c commit bfc5f04

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/liblaf/thu-learn-downloader/compare/v0.3.1...v0.4.0) (2025-08-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* 通过selenium接入了统一身份认证 ([#239](https://github.com/liblaf/thu-learn-downloader/issues/239))
9+
10+
### Features
11+
12+
* 通过selenium接入了统一身份认证 ([#239](https://github.com/liblaf/thu-learn-downloader/issues/239)) ([ef64ec4](https://github.com/liblaf/thu-learn-downloader/commit/ef64ec42984710537605378d87928c86908bf346))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency rich to v13.9.4 ([#235](https://github.com/liblaf/thu-learn-downloader/issues/235)) ([13e2f3b](https://github.com/liblaf/thu-learn-downloader/commit/13e2f3bd308dd1fabb2f42122623bb0dbf629e0d))
18+
* **deps:** update dependency rich to v14 ([#234](https://github.com/liblaf/thu-learn-downloader/issues/234)) ([987bf20](https://github.com/liblaf/thu-learn-downloader/commit/987bf20e329a8a1c617110a1b0d9a3ec2b443546))
19+
* **deps:** update dependency tenacity to v9.1.2 ([#232](https://github.com/liblaf/thu-learn-downloader/issues/232)) ([9e85345](https://github.com/liblaf/thu-learn-downloader/commit/9e8534500e71a6ae7f90e26cb4499d19e9d2b953))
20+
* **deps:** update dependency typer to v0.16.0 ([#213](https://github.com/liblaf/thu-learn-downloader/issues/213)) ([4e036fe](https://github.com/liblaf/thu-learn-downloader/commit/4e036fe24979d311101fcf114d7d6abca0c14d46))
21+
* trigger release ([6eccc5c](https://github.com/liblaf/thu-learn-downloader/commit/6eccc5cd3a9cce9954626b9893877e02ff20f29e))
22+
23+
24+
### Documentation
25+
26+
* add warning about login method deprecation ([e1fb5f2](https://github.com/liblaf/thu-learn-downloader/commit/e1fb5f2c73ebad33af3a537973d808ec12acc2e3))
27+
328
## [0.3.1](https://github.com/liblaf/thu-learn-downloader/compare/v0.3.0...v0.3.1) (2024-10-12)
429

530

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "thu-learn-downloader"
1010
readme = "README.md"
1111
repository = "https://github.com/liblaf/thu-learn-downloader"
12-
version = "0.3.1"
12+
version = "0.4.0"
1313

1414
[tool.poetry.dependencies]
1515
beautifulsoup4 = "^4.12.2"

0 commit comments

Comments
 (0)