diff options
-rw-r--r-- | HISTORY.rst | 7 | ||||
-rw-r--r-- | dotfiles/core.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 6f874d1..78da6ac 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ------- +0.5.2 ++++++ + +* Improve wording of "unmanaged" with "unsynced" +* Fix adding a directory with a trailing slash +* Mention support for directories in documentation + 0.5.1 +++++ diff --git a/dotfiles/core.py b/dotfiles/core.py index f6c675e..76a354d 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -12,7 +12,7 @@ import shutil import fnmatch -__version__ = '0.5.1' +__version__ = '0.5.2' __author__ = 'Jon Bernard' __license__ = 'ISC' |