Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed May 19, 2019
1 parent 4ffbf38 commit 679ee65
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.4.2 (2019-05-19)
==================

Features
--------

- Shortened windows paths will now be properly resolved to the full path by ``vistir.path.normalize_path``. `#90 <https://github.com/sarugaku/vistir/issues/90>`_


Bug Fixes
---------

- Corrected argument order of ``icacls`` command for fixing permission issues when removing paths on windows. `#86 <https://github.com/sarugaku/vistir/issues/86>`_

- Fixed an issue which caused color wrapping of standard streams on windows to fail to surface critical attributes. `#88 <https://github.com/sarugaku/vistir/issues/88>`_


0.4.1 (2019-05-15)
==================

Expand Down
1 change: 0 additions & 1 deletion news/86.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/88.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/90.feature.rst

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 @@ -36,7 +36,7 @@
from .path import create_tracked_tempdir, create_tracked_tempfile, mkdir_p, rmtree
from .spin import create_spinner

__version__ = "0.4.2.dev0"
__version__ = "0.4.2"


__all__ = [
Expand Down

0 comments on commit 679ee65

Please sign in to comment.