Skip to content

Commit 9a64d0a

Browse files
Version 0.3.7
1 parent 2d59d22 commit 9a64d0a

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
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [0.3.7]
7+
### Fixed
8+
- session expiration is now recognized more accurately ([#44])
9+
610
## [0.3.6]
711
### Fixed
812
- `--all` once again downloads all courses you're a member of
@@ -166,6 +170,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
166170
## [0.1.0] - 2020-04-21
167171
(undocumented)
168172

173+
[#44]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/44
169174
[#33]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/pull/33
170175
[#31]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/31
171176
[#30]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/30
@@ -189,7 +194,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
189194
[@Craeckie]: https://github.com/Craeckie
190195
[@funnym0nk3y]: https://github.com/funnym0nk3y
191196
[@Ma27]: https://github.com/Ma27
192-
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.6...HEAD
197+
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.7...HEAD
198+
[0.3.7]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.7...v0.3.6
193199
[0.3.6]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.6...v0.3.5
194200
[0.3.5]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.5...v0.3.4
195201
[0.3.4]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.3...v0.3.4

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.6"
3+
version = "0.3.7"
44
authors = ["FliegendeWurst <2012gdwu@posteo.de>"]
55
license = "GPL-3.0-or-later"
66
edition = "2018"

0 commit comments

Comments
 (0)