From fcf5ad10ed10faeb83122353bec2a2a1f4374be3 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Mon, 21 Mar 2022 11:48:19 +0100 Subject: [PATCH] Version 0.3.3 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 272c98b..4fcde83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.3.3] - 2022-03-21 +### Addded +- `--all` flag to download all courses ([#30]) + ## [0.3.2] - 2022-01-21 ### Fixed - 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/). ## [0.1.0] - 2020-04-21 (undocumented) +[#30]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/30 [#28]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/pull/28 [#27]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/27 [#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/). [@Craeckie]: https://github.com/Craeckie [@funnym0nk3y]: https://github.com/funnym0nk3y [@Ma27]: https://github.com/Ma27 -[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.24...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 6fa74b0..077afc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "KIT-ILIAS-downloader" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 63ce572..cd62e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "KIT-ILIAS-downloader" -version = "0.3.2" +version = "0.3.3" authors = ["FliegendeWurst <2012gdwu@posteo.de>"] license = "GPL-3.0-or-later" edition = "2018"