Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic versioning.
Unreleased¶
Unreleased features are usually available in HEAD master branch.
[0.0.4] - 2019-09-20¶
Added¶
- Generation of pull request templates for Github and Gitlab engines.
- Generation of issues templates for Github and Gitlab engines.
- Github/Gitlab related templates documentation
- Sphinx related templates documentation
Fixed¶
- Sphinx template now include
README,CHANGELOG,AUTHORS,LICENSEfiles correctly.
Removed¶
Noneoption removed for “Readme format?” question. Reason:Noneselection can break other parts of template generation.
[0.0.3] - 2019-09-19¶
Added¶
- Readme file generation for new projects. Available formats:
MarkdownorreStructuredText - Authors file generation for new projects. Available formats:
MarkdownorreStructuredText - Changelog file generation for new projects. Available formats:
MarkdownorreStructuredText - License file generation for new projects. Generated as
LICENSEin root folder and asreStructuredTextindocsfolder. Available licenses:- MIT
- BSD-3
- GNU GPL v3.0
- Apache Software License 2.0
- unlicensed (Public domain)
- Sphinx doc folder and project generation. Configured for separated
sourceandbuildfolders. setup.pyandsetup.cfggeneration.requirements.txtandrequirements.devgeneration based on template choices.