- Removed `ICCmd`, `ICommand` and related functions, methods - increased type hint coverage
0.4.post1
- Removed print call
0.4
Change-log - Removed parent argument from special methods of `disctools.Command` - Added `disctools.Command.owner` - Removed `disctools.context.WebHelperContext` - Removed `disctools.experimental.ext_install.Installer` - Fixed the injection of disctool docstring into the help command
0.3.2
- Minor change to tests, `tests` is now a python package.
0.3.1
- Fix related to versioning
0.3
- The `main`, `pre_invoke`, and `post_invoke` methods were removed from the source - The `main` method is now required to be defined in the subclass since it was removed from `disctools.Command` - Documentation was updated - tests were also updated according to the changes