-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add changelog to the main project.
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |