Version 0.1.10
This release introduces improvements to project initialization, including automatic git repository setup and default branch naming. It also cleans up development container configuration and pre-commit hooks for a leaner project template.
New Features
- Automatically initialize a git repository in the newly created project directory, with logging and error handling for git setup. (e680cd) (MatDagommer)
Bug Fixes
No bug fixes in this release.
Deprecations
- Set the default git branch to 'main' during project initialization, replacing the previous default branch. (47849e) (MatDagommer)
- Remove the check-yaml hook from the pre-commit configuration. (ad5b0f) (MatDagommer)
- Remove the .devcontainer/Dockerfile from the project template, cleaning up unused development container configuration. (3f595e) (MatDagommer)
- Remove the default devcontainer Dockerfile from the project template. (9a033f) (MatDagommer)