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

Commit 608b216

Browse files
committed
Tag for 1.5.0 release
1 parent 0cb5e78 commit 608b216

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.5.0] - 2018-09-17
6+
### Added
7+
- Mac OS binary build
8+
9+
### Changed
10+
- CI/CD pipeline changed to Azure DevOps (VSTS)
11+
- Windows binaries are now signed
12+
13+
### Fixed
14+
- Fix CLI settings retrieval
15+
- Fix `--delete` on Windows ([#84](https://github.com/Azure/blobxfer/issues/84))
16+
- Scope `--delete` on remote path ([#85](https://github.com/Azure/blobxfer/issues/85))
17+
- Fix various SAS permission regressions from the previous release
18+
519
## [1.4.0] - 2018-08-08
620
### Added
721
- Azure Storage URL support for the CLI via `--storage-url` and
@@ -393,7 +407,8 @@ usage documentation carefully when upgrading from 0.12.1.
393407
`--no-skiponmatch`.
394408
- 0.8.2: performance regression fixes
395409

396-
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.4.0...HEAD
410+
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.5.0...HEAD
411+
[1.5.0]: https://github.com/Azure/blobxfer/compare/1.4.0...1.5.0
397412
[1.4.0]: https://github.com/Azure/blobxfer/compare/1.3.1...1.4.0
398413
[1.3.1]: https://github.com/Azure/blobxfer/compare/1.3.0...1.3.1
399414
[1.3.0]: https://github.com/Azure/blobxfer/compare/1.2.1...1.3.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.4.0'
25+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)