From eaa29b214892ca29f42bead7a1b68595184bce24 Mon Sep 17 00:00:00 2001 From: Eddy Hintze Date: Sun, 14 Feb 2021 14:53:05 +0000 Subject: [PATCH] Version 0.3.3 release --- CHANGELOG.md | 6 ++++++ humblebundle_downloader/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af1039..a166ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change log +### 0.3.3 +- Fixed crashing when file is missing on humblebundle +- Updated cookie info in readme + - Supports passing in the cookie value of `_simpleauth_sess` by using `--session-auth` + + ### 0.3.1 - Added support for netscape cookies diff --git a/humblebundle_downloader/_version.py b/humblebundle_downloader/_version.py index 73e3bb4..80eb7f9 100644 --- a/humblebundle_downloader/_version.py +++ b/humblebundle_downloader/_version.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3'