Skip to content

Commit fcf5ad1

Browse files
Version 0.3.3
1 parent 372f9d6 commit fcf5ad1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [0.3.3] - 2022-03-21
9+
### Addded
10+
- `--all` flag to download all courses ([#30])
11+
812
## [0.3.2] - 2022-01-21
913
### Fixed
1014
- Downloading of videos (PR [#28] by [@funnym0nk3y])
@@ -149,6 +153,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
149153
## [0.1.0] - 2020-04-21
150154
(undocumented)
151155

156+
[#30]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/30
152157
[#28]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/pull/28
153158
[#27]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/27
154159
[#19]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/pull/19
@@ -169,7 +174,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
169174
[@Craeckie]: https://github.com/Craeckie
170175
[@funnym0nk3y]: https://github.com/funnym0nk3y
171176
[@Ma27]: https://github.com/Ma27
172-
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.2...HEAD
177+
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.3...HEAD
178+
[0.3.3]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.2...v0.3.3
173179
[0.3.2]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.1...v0.3.2
174180
[0.3.1]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.0...v0.3.1
175181
[0.3.0]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.24...v0.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "KIT-ILIAS-downloader"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["FliegendeWurst <2012gdwu@posteo.de>"]
55
license = "GPL-3.0-or-later"
66
edition = "2018"

0 commit comments

Comments
 (0)