------------------- - Add `return_relative` argument - The return value of `iterpath()` can now be used as a context manager in order to clean up internal `os.scandir()` iterators - Drop support for Python 3.6
0.3.1
------------------- - Support Python 3.10 - Update for mypy 0.940
0.3.0
------------------- - Add `filter` and `exclude` arguments - Add `SelectNames`, `SelectGlob`, `SelectRegex`, `SELECT_DOTS`, `SELECT_VCS`, `SELECT_VCS_DIRS`, and `SELECT_VCS_FILES` for easy filtering by entry name
0.2.0
------------------- - Set `dirpath` to the current directory if not specified