From 1ea88fb193f939aa2eb2e4d537dfadba9b6ec422 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Fri, 21 Oct 2022 09:52:39 +0200 Subject: [PATCH] Version 0.3.6 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59998c..e3e3210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.3.6] +### Fixed +- `--all` once again downloads all courses you're a member of + ## [0.3.5] ### Added - `--pass-path` option to get the password from [pass](https://www.passwordstore.org/) (PR [#33] by [@Ma27]) diff --git a/Cargo.lock b/Cargo.lock index 3f069fb..14ea6f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "KIT-ILIAS-downloader" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index b21f04d..03e549c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "KIT-ILIAS-downloader" -version = "0.3.5" +version = "0.3.6" authors = ["FliegendeWurst <2012gdwu@posteo.de>"] license = "GPL-3.0-or-later" edition = "2018"