This commit is contained in:
Fred Park 2017-10-05 08:10:16 -07:00
Родитель 7bbdfba01e
Коммит ac8b288fd8
4 изменённых файлов: 9 добавлений и 6 удалений

Просмотреть файл

@ -2,6 +2,7 @@
## [Unreleased]
## [1.0.0rc1] - 2017-10-05
### Added
- Expanded `blobxfer.api` to eliminate other imports
- Data movement library usage guide
@ -11,6 +12,7 @@ the `-v` verbose option
### Changed
- `version` property for YAML configuration is now required
- `--rename` is automatically enabled for when `stdin` is the source
- `--include` and `--exclude` filters are now checked for invalid rglob specs
- Update dependencies to latest
### Fixed
@ -266,7 +268,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.0.0b2...HEAD
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.0.0rc1...HEAD
[1.0.0rc1]: https://github.com/Azure/blobxfer/compare/1.0.0b2...1.0.0rc1
[1.0.0b2]: https://github.com/Azure/blobxfer/compare/1.0.0b1...1.0.0b2
[1.0.0b1]: https://github.com/Azure/blobxfer/compare/1.0.0a5...1.0.0b1
[1.0.0a5]: https://github.com/Azure/blobxfer/compare/1.0.0a4...1.0.0a5

Просмотреть файл

@ -60,9 +60,9 @@ Please refer to the [`blobxfer` documentation](http://blobxfer.readthedocs.io/)
for more details and usage information.
## Change Log
For recent changes, please refer to the
[CHANGELOG.md](https://github.com/Azure/blobxfer/blob/master/CHANGELOG.md)
file.
Please see the
[Change Log](http://blobxfer.readthedocs.io/en/latest/CHANGELOG/)
for project history.
* * *
Please see this project's [Code of Conduct](CODE_OF_CONDUCT.md) and

Просмотреть файл

@ -22,4 +22,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
__version__ = '1.0.0b2'
__version__ = '1.0.0rc1'

Просмотреть файл

@ -52,7 +52,7 @@ setup(
version=version,
author='Microsoft Corporation',
author_email='',
description='Azure storage transfer tool and library',
description='Azure storage transfer tool and data movement library',
platforms='any',
url='https://github.com/Azure/blobxfer',
license='MIT',