Skip to content

Commit

Permalink
bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Feb 22, 2023
1 parent 0116c42 commit c30ade1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mara_storage/__init__.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit c30ade1

Please sign in to comment.