diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9641202 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,50 @@ +## Unreleased + +### Feat + +- Support generating containers using devenv. +- add Commitzen together with SCM configuration. + +### Fix + +- Commitzen git repository discovery. + +### Refactor + +- update pdm lock and fix installation errors. + +## v1.0.1 (2024-07-17) + +### Fix + +- **python**: uninitialized variable bug. + +## v1.0.0 (2024-07-17) + +### Feat + +- *****: test development environment. +- **rust**: initialize the configuration. +- **editorconfig**: add configuration for Python and Node.js. +- **node.js**: initialize the JS template. +- **go**: initialize the template. +- *****: enable devcontainer for the main repository. +- **python**: intialize devenv configuration. +- *****: add copier to dependency lists of the project. +- *****: initialize the project. + +### Fix + +- **ci**: remove unnecessary Python dependencies. +- *****: missing .envrc. +- *****: missing devenv.yaml. +- *****: add missing readme files. +- **nix**: use RFC nix formatting. + +### Refactor + +- **python**: install dependencies inside the virtualenv. +- **python**: downgrading to Python 3.11 +- *****: generate gitignore using templates. +- *****: validate project name. +- **nix**: ensure rendered devenv file is formatted properly.