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.
Everything that is documented in the official docs is considered the part of the public API.
Backward incompatible changes are marked with (BIC). These changes are the reason for the major version increase so when upgrading between major versions please take a look at related PRs and issues and see if the change affects you.
0.2.0 (Released: 2025-05-07)
- moved to pyproject.toml
- removed : from questions
0.1.6 (Released: 2025-04-11)
- generate tests folder
- generate GitHub Actions config
- config for file extensions if project type is generator
- getting model file name
0.1.5 (Released: 2020-10-05)
- Fix setup to package grammar (*.tx) files (5f09f67)
0.1.4 (Released: 2020-08-05)
- Added
project_nametoconfig
0.1.3 (Released: 2020-08-05)
- Fixed wheel packaging of template files
0.1.2 (Released: 2020-08-03)
- Initial release