- the `seppl.io.locate_files` method can support recursive globs now (default is no)
0.2.6
------------------
- reworked the `execute` method, properly distinguishing between stream/batch mode now
0.2.5
------------------
- the `seppl.io.locate_files` method can take a default glob now, which gets appended to inputs that point to directories
0.2.4
------------------
- reworked excluding of classes
0.2.3
------------------
- `_determine_from_entry_points` method of `ClassListerRegistry` class now checks whether there the attributes tuple has any elements (i.e., whether the optional `:function_name` was provided) - message `X records processed in total` now only output at the end
0.2.2
------------------
- `ClassListerRegistry` now safely removes any excluded class listers before locating the classes