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

Commit af53ea7

Browse files
committed
Tag for 1.0.0b1 release
1 parent a2c133d commit af53ea7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.0.0b1] - 2017-08-28
56
### Added
67
- Cross-mode synchronous copy support
78
- Duplicate detection (different local source paths mapping to the same
@@ -11,6 +12,10 @@ destination) on upload
1112
- Python 3.3 is no longer supported (due to `cryptography` dropping support
1213
for 3.3).
1314
- `--strip-components` now defaults to `0`
15+
- `timeout_sec` YAML property is now named `timeout` and is a complex property
16+
comprised of `connect` and `read` values expressed in seconds
17+
- Test coverage improved
18+
- Dependencies updated to latest
1419

1520
### Fixed
1621
- Properly merge CLI options with YAML config options. You can now override
@@ -226,7 +231,8 @@ usage documentation carefully when upgrading from 0.12.1.
226231
`--no-skiponmatch`.
227232
- 0.8.2: performance regression fixes
228233

229-
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.0.0a5...HEAD
234+
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.0.0b1...HEAD
235+
[1.0.0b1]: https://github.com/Azure/blobxfer/compare/1.0.0a5...1.0.0b1
230236
[1.0.0a5]: https://github.com/Azure/blobxfer/compare/1.0.0a4...1.0.0a5
231237
[1.0.0a4]: https://github.com/Azure/blobxfer/compare/0.12.1...1.0.0a4
232238
[0.12.1]: https://github.com/Azure/blobxfer/compare/0.12.0...0.12.1

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.0.0a5'
25+
__version__ = '1.0.0b1'

0 commit comments

Comments
 (0)