Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 725 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 725 Bytes

Changelog

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

Added

  • The module itself is now a callable object, which allows now to do import autoinit as alternative to from autoinit import autoinit

Fixed

  • Fixed bug with processing kwargs arguments.

Version 1.0.0 - 2020-03-09

Added

  • Initial release of autoinit library.