All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Version 1.1.1 - 2023-03-24
- The module itself is now a callable object, which allows now to do
import autoinit
as alternative tofrom autoinit import autoinit
- Fixed bug with processing kwargs arguments.
Version 1.0.0 - 2020-03-09
- Initial release of
autoinit
library.