From ab4a3edb6ae8b0ad42b75f884b6f44f21c0b34af Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Sat, 6 Jun 2020 00:55:20 +0200 Subject: [PATCH] Prepare release 2.2.0 --- CHANGELOG.md | 4 +++- collectfast/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 529ee186..bfff91c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog -## Unreleased +## 2.2.0 - Add `post_copy_hook` and `on_skip_hook` to `collectfast.strategies.base.Strategy`. - Add `collectfast.strategies.filesystem.CachingFileSystemStrategy`. +- Fix a bug where files weren't properly closed when read for hashing. +- Fix a bug where gzip compression level was inconsistent with S3. ## 2.1.0 diff --git a/collectfast/__init__.py b/collectfast/__init__.py index 9aa3f903..8a124bf6 100644 --- a/collectfast/__init__.py +++ b/collectfast/__init__.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.2.0"