Skip to content

Commit

Permalink
Release v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinism committed Jul 22, 2024
1 parent 7897c13 commit c5c17b6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.2.0 (2024-07-22)

### Feat

- **python**: add automatic versioning using release script.
- **python**: run pytest command at `devenv test`.
- **Python**: Configure pytest and ruff in pyproject.toml.
- **Github**: Add test workflow to all templates.
- **ptyhon**: add project structure directories.
- add release script.

### Fix

- **python**: add author detail to pyproject.toml.

### Refactor

- **ci/cd**: only run tests on pushes to main and PRs.

## v1.1.0 (2024-07-19)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion src/inception/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v1.1.0"
__version__ = "v1.2.0"

0 comments on commit c5c17b6

Please sign in to comment.