Skip to content

Commit

Permalink
Prepare for v0.10.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwernervt committed Aug 10, 2019
1 parent d6861aa commit b995121
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Contributors
.. * <contributor-name-here>
* James Stewart `@JamesStewy <https://github.com/JamesStewy>`_
* Matt Carr `@matt-carr <https://github.com/matt-carr>`_
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
Changelog
---------

0.10.0 (2019-08-10)
+++++++++++++++++++

Bugs

* Azure ``get_blob`` raises ``TypeError`` when Content MD5 missing in remote (`#47 <https://github.com/scottwernervt/cloudstorage/issues/47>`_). Thanks @matt-carr.
* ``AzureStorageDriver`` reads stream twice without rewinding (`#44 <https://github.com/scottwernervt/cloudstorage/issues/44>`_). Thanks @matt-carr.
* Update package dependencies to fix tests (`#43 <https://github.com/scottwernervt/cloudstorage/issues/43>`_).

Changes from 0.9.0:

* Azure driver will issue a warning if Content MD5 is not populated.
* Google driver tests will not run if credentials file is not present.

0.9.0 (2018-11-29)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion src/cloudstorage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]

__title__ = 'Cloud Storage'
__version__ = '0.9.0'
__version__ = '0.10.0'
__author__ = 'Scott Werner'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017-2018 Scott Werner'
Expand Down

0 comments on commit b995121

Please sign in to comment.