Skip to content

Commit

Permalink
Tag for 1.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Nov 13, 2019
1 parent 2db772b commit 974e88e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [1.9.4] - 2019-11-13
### Changed
- Updated dependencies
- Binary builds are now built against Python 3.7.5
- Windows Docker image uses Python 3.7.5

### Fixed
- Fix issues with `--storage-url` and `--sync-copy-dest-storage-url` for
Synccopy operations ([#108](https://github.com/Azure/blobxfer/issues/108))
- Fix overwrite optimization and skip-on regression
([#109](https://github.com/Azure/blobxfer/issues/109))

## [1.9.3] - 2019-09-19
### Fixed
- Fix SAS permission derivation on SAS keys with leading '?' character
Expand Down Expand Up @@ -534,7 +546,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.9.3...HEAD
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.9.4...HEAD
[1.9.4]: https://github.com/Azure/blobxfer/compare/1.9.3...1.9.4
[1.9.3]: https://github.com/Azure/blobxfer/compare/1.9.2...1.9.3
[1.9.2]: https://github.com/Azure/blobxfer/compare/1.9.1...1.9.2
[1.9.1]: https://github.com/Azure/blobxfer/compare/1.9.0...1.9.1
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.9.3'
__version__ = '1.9.4'

0 comments on commit 974e88e

Please sign in to comment.