Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Sep 13, 2018
1 parent a1af3b3 commit 6623f56
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.1.6 (2018-09-13)
==================

Features
--------

- Made ``yaspin`` an optional dependency which can be added as an extra by using ``pip install vistir[spinner]`` and can be toggled with ``vistir.misc.run(...nospin=True)``. `#12 <https://github.com/sarugaku/vistir/issues/12>`_

- Added ``verbose`` flag to ``vistir.misc.run()`` to provide a way to prevent printing all subprocess output. `#13 <https://github.com/sarugaku/vistir/issues/13>`_


0.1.5 (2018-09-07)
==================

Expand Down
1 change: 0 additions & 1 deletion news/12.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/13.feature

This file was deleted.

2 changes: 1 addition & 1 deletion src/vistir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .path import mkdir_p, rmtree


__version__ = '0.1.6.dev0'
__version__ = '0.1.6'


__all__ = [
Expand Down

0 comments on commit 6623f56

Please sign in to comment.