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

Commit 2b31211

Browse files
committed
Tag for 1.8.0 release
1 parent 20a9e37 commit 2b31211

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
## [1.8.0] - 2019-05-30
56
### Added
67
- Server side copy support for `synccopy` commands. By default, `synccopy`
78
operations will now use server side copies eliminating the machine initiating
@@ -496,7 +497,8 @@ usage documentation carefully when upgrading from 0.12.1.
496497
`--no-skiponmatch`.
497498
- 0.8.2: performance regression fixes
498499

499-
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.7.1...HEAD
500+
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.8.0...HEAD
501+
[1.8.0]: https://github.com/Azure/blobxfer/compare/1.7.1...1.8.0
500502
[1.7.1]: https://github.com/Azure/blobxfer/compare/1.7.0...1.7.1
501503
[1.7.0]: https://github.com/Azure/blobxfer/compare/1.6.0...1.7.0
502504
[1.6.0]: https://github.com/Azure/blobxfer/compare/1.5.5...1.6.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.7.1'
25+
__version__ = '1.8.0'

0 commit comments

Comments
 (0)