Skip to content

Commit

Permalink
Tag for 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Mar 4, 2019
1 parent 8bd87c9 commit 3eccbe7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## [1.7.1] - 2019-03-04
### Changed
- Updated dependencies

### Fixed
- Directories created with [blobfuse](https://github.com/Azure/azure-storage-fuse)
would conflict with files nested under these directories due to zero-byte
blobs acting as virtual directory placeholders
([#92](https://github.com/Azure/blobxfer/issues/92)). These blobs are
now skipped for download operations.

## [1.7.0] - 2019-02-26
### Added
- Support ability to set the Cache Control property
Expand Down Expand Up @@ -460,7 +471,8 @@ usage documentation carefully when upgrading from 0.12.1.
`--no-skiponmatch`.
- 0.8.2: performance regression fixes

[Unreleased]: https://github.com/Azure/blobxfer/compare/1.7.0...HEAD
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.7.1...HEAD
[1.7.1]: https://github.com/Azure/blobxfer/compare/1.7.0...1.7.1
[1.7.0]: https://github.com/Azure/blobxfer/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/Azure/blobxfer/compare/1.5.5...1.6.0
[1.5.5]: https://github.com/Azure/blobxfer/compare/1.5.4...1.5.5
Expand Down
2 changes: 1 addition & 1 deletion blobxfer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = '1.7.0'
__version__ = '1.7.1'

0 comments on commit 3eccbe7

Please sign in to comment.