This file documents changes to copier-generator. The release numbering uses semantic versioning.
- Typo in
README.md
template f100013.
- Implement workflow for updating
flake.lock
inputs. PR #3
- Refactor
flake.nix
using flake-parts. PR #3
- Update template to work with the new API for creating generator's CLIs. fastapi-mvc/fastapi-mvc#247. PR #2
- Refactor Nix expressions to flake fastapi-mvc/fastapi-mvc#241. PR #1
- Templated copier.yml file df62c2b.
- Initial release - fastapi-mvc/fastapi-mvc#172