------------------
`commit 88e4a13b335621d097ea2f5eb7d90095191fbf7e`
- Initial release, based on the `simple-perms` that was part of
<https://pypi.org/project/igbpyutils/> up until its v0.4.1.
- **WARNING:** There are at least two incompatible changes:
- This version of `simple-perms` does not recurse into directories by default,
you will now need to use the `-r`/`--recurse` option. This option did not exist
in the previous version
- The option previously named `--umask` was renamed to `--mask` (short form options
are unchanged), and a new `--umask`/`-k` option with a different meaning was introduced.