Skip to content

Commit 3c46260

Browse files
chore(main): release 0.3.0 (#93)
* chore(main): release 0.3.0 * ci(pre-commit): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 93ea0f5 commit 3c46260

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/liblaf/thu-learn-downloader/compare/v0.2.1...v0.3.0) (2024-01-26)
4+
5+
### Features
6+
7+
- reorganize filename generation for attachments ([0c9b22f](https://github.com/liblaf/thu-learn-downloader/commit/0c9b22f0c124e64c6af196b4dd08650ce5d7779d))
8+
- update GitHub workflows to use new release action ([93ea0f5](https://github.com/liblaf/thu-learn-downloader/commit/93ea0f557a556de6f3e2318f3fbb4f6f3fbb8367))
9+
310
## [0.2.1](https://github.com/liblaf/thu-learn-downloader/compare/v0.2.0...v0.2.1) (2023-12-01)
411

512
### Bug Fixes

pyproject.toml

+1-1
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.2.1"
12+
version = "0.3.0"
1313

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

0 commit comments

Comments
 (0)