Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit bea6a19

Browse files
committed
Tag for 1.9.2 release
1 parent c590f5b commit bea6a19

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [1.9.2] - 2019-09-09
6+
### Fixed
7+
- Fix default overwrite behavior on upload performing point query lookups
8+
for each remote object
9+
510
## [1.9.1] - 2019-08-19
611
### Fixed
712
- Multi-process concurrency workers (MD5 and decryption) on Python 3.7+
@@ -12,7 +17,7 @@
1217

1318
## [1.9.0] - 2019-07-22
1419
### Added
15-
- Support a `--delete-only` option which allows operations to proceed but
20+
- Support a `--delete-only` option which allows operations to proceed while
1621
no transfer takes place but deletions do occur (in conjunction with
1722
`--delete`) ([#101](https://github.com/Azure/blobxfer/issues/101)). This
1823
option can be used for all operation types.
@@ -525,7 +530,8 @@ usage documentation carefully when upgrading from 0.12.1.
525530
`--no-skiponmatch`.
526531
- 0.8.2: performance regression fixes
527532

528-
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.9.1...HEAD
533+
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.9.2...HEAD
534+
[1.9.2]: https://github.com/Azure/blobxfer/compare/1.9.1...1.9.2
529535
[1.9.1]: https://github.com/Azure/blobxfer/compare/1.9.0...1.9.1
530536
[1.9.0]: https://github.com/Azure/blobxfer/compare/1.8.0...1.9.0
531537
[1.8.0]: https://github.com/Azure/blobxfer/compare/1.7.1...1.8.0

blobxfer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
# DEALINGS IN THE SOFTWARE.
2424

25-
__version__ = '1.9.1'
25+
__version__ = '1.9.2'

0 commit comments

Comments
 (0)