Skip to content

Commit

Permalink
feat: add changelog to the main project.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinism committed Jul 19, 2024
1 parent ba54ae9 commit d67195d
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit d67195d

Please sign in to comment.