From c30ade11951c9e0d093f7c122f72be3aca1cec65 Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Wed, 22 Feb 2023 18:09:38 +0100 Subject: [PATCH] bump version 1.1.0 --- CHANGELOG.md | 10 ++++++++++ mara_storage/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afef0a3..8619d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.1.0 (2023-02-22) + +- :tada: *feat* add pyproject.toml +- :tada: *feat* add support to write to a local storage with GZIP compression +- :tada: *feat* Add support for SFTP (#10) +- :tada: *feat* support recursive deletion (#15) +- :tada: *feat* Add azure storage support (#11) +- :rocket: *change* use `gsutil` with key file + always usie shell-quote for gsuil URIs +- :bug: *fix* support initializing the StorageClient from storage alias + ## 1.0.0 (2021-09-18) - adding support to write piped data in ZIP compression to local storage diff --git a/mara_storage/__init__.py b/mara_storage/__init__.py index bc8cd0a..ca74c32 100644 --- a/mara_storage/__init__.py +++ b/mara_storage/__init__.py @@ -1,5 +1,5 @@ """Make the functionalities of this package auto-discoverable by mara-app""" -__version__ = '1.0.0' +__version__ = '1.1.0' def MARA_CONFIG_MODULES():