Skip to content

Commit

Permalink
version 0.4.0. Fill CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Jan 22, 2016
1 parent 11b4660 commit b28a502
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions CHANGES.rst
@@ -0,0 +1,52 @@
=========
Changelog
=========


Version 0.4.0
==============

- Fill CHANGES.rst
- All outputs from `Crumb.ls` function will be sorted.
- Add regular expressions or `fnmatch` option for crumb arguments.
- Change `exists` behaviour. Now the empty crumb arguments will return False when `exist()`.
- Code clean up.
- Fix bugs


Version 0.3.1
==============

- Fix README
- Code clean up.


Version 0.3.0
==============

- Add `_argval` member, a dict which stores crumb arguments replacements.
- Add tests.
- Remove `rm_dups` option in `Crumb.ls` function.
- Remove conversion to `Paths` when `Crumb` has no crumb arguments in `Crumb.ls`.


Version 0.2.0
==============

- Add `ignore_list` parameter in `Crumb` constructor.


Version 0.1.1
==============

- Add `Crumb.unfold` function.
- Move `mktree` out of `Crumb` class.


Version 0.1.0
==============

- Simplify code.
- Increase test coverage.
- Add `exist_check` to `Crumb.ls` function.
- Fix bugs.
2 changes: 1 addition & 1 deletion hansel/version.py
Expand Up @@ -3,5 +3,5 @@
Unique version information place
"""

__version__ = "0.3.1"
__version__ = "0.4.0"
VERSION = tuple(int(x) for x in __version__.split("."))

0 comments on commit b28a502

Please sign in to comment.