Releases: kkirsche/ansible-generator
Releases · kkirsche/ansible-generator
v3.1.1
v3.1.0
v3.0.2
v3.0.1
- Directly handle
NotADirectoryError
to better clarify to the user what the expected usage is. - Add environment variable to disable Sentry telemetry.
- Add docstrings to improve code coverage in relationship to documentation.
- Update type hints to be more accurate for allowed / expected types.
v3.0.0
Release 3.0.0
- Python 3.8 minimum version
- Add type hints to all locations of the codebase
- Add py.typed
- Reduce risk of duplication by use of sets rather than lists
- Improve code quality via black, isort, mypy
- Reduce / remove legacy Python 2 support
- Improve performance via use of placeholders rather than format in logging
- Remove all uses of .format in favor of f-strings
v2.1.1
- Minimum Python version
- Markdown description format
- Remove pandoc dependencies
- Remove RST files
- Configure flake8 linting
- Enable black formatting
- Add the version command to the utility
- Simplify logging imports to named functions / constants only rather than full module import