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

Commit

Permalink
Tag for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Jun 15, 2018
1 parent 8e732e4 commit c869338
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## [1.3.0] - 2018-06-15
### Added
- Support for `--dry-run` parameter for all operations. A dry run will
log intent of an action and is a way to test the potential outcome of
an operation. ([#74](https://github.com/Azure/blobxfer/issues/74))
- `--connect-timeout` and `--read-timeout` options providing fine grained
timeout control. The `--timeout` option is now deprecated.

### Changed
- Updated dependencies

### Fixed
- Further improve retry handling ([#75](https://github.com/Azure/blobxfer/issues/75))

## [1.2.1] - 2018-05-23
### Changed
- Updated dependencies
Expand Down Expand Up @@ -349,7 +363,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.2.1...HEAD
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.3.0...HEAD
[1.3.0]: https://github.com/Azure/blobxfer/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/Azure/blobxfer/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/Azure/blobxfer/compare/1.1.0...1.2.0
[1.1.1]: https://github.com/Azure/blobxfer/compare/1.1.0...1.1.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.2.1'
__version__ = '1.3.0'

0 comments on commit c869338

Please sign in to comment.