Skip to content

Commit 6a66b7d

Browse files
chore(main): release 0.3.0
1 parent 93ea0f5 commit 6a66b7d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
6+
### Features
7+
8+
* reorganize filename generation for attachments ([0c9b22f](https://github.com/liblaf/thu-learn-downloader/commit/0c9b22f0c124e64c6af196b4dd08650ce5d7779d))
9+
* update GitHub workflows to use new release action ([93ea0f5](https://github.com/liblaf/thu-learn-downloader/commit/93ea0f557a556de6f3e2318f3fbb4f6f3fbb8367))
10+
311
## [0.2.1](https://github.com/liblaf/thu-learn-downloader/compare/v0.2.0...v0.2.1) (2023-12-01)
412

513
### 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)