Skip to content

Commit

Permalink
version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Mar 16, 2016
1 parent 53d194d commit 1af1a84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Changelog
=========

Version 0.8.0 -
---------------
- Set to True the default value for `check_exists` in `Crumb.ls` function.
I don't think anybody is interested in non-existing paths.

- Now it is possible to set a non-open item in a Crumb, i.e., I can replace the value for an already set crumb argument.


Version 0.7.0 - 0.7.5
---------------------
- Refactoring of how Crumb works, now using string.Formatter.
Expand Down
2 changes: 1 addition & 1 deletion hansel/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Unique version information place
"""

__version__ = "0.7.5"
__version__ = "0.8.0"
VERSION = tuple(int(x) for x in __version__.split("."))

0 comments on commit 1af1a84

Please sign in to comment.