This repository was archived by the owner on Jul 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments