Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2022
1 parent cbe19d6 commit cedd84a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.3.0 (2022-07-15)

### Fix

- **pyproject**: Add dependencies to pyproject

### Feat

- **Documentation**: improve documentation
- **tests**: Improve test suite

## 0.2.0 (2022-02-17)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "\u001b"
version = "0.2.0"
version = "0.3.0"
description = ""
authors = ["John Chase <[email protected]>"]

Expand Down Expand Up @@ -37,7 +37,7 @@ exclude = "alembic/*"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.2.0"
version = "0.3.0"
version_files = ["pyproject.toml:version", "app/__init__.py"]

exclude = ["*alembic/*.py", "cdk-neocortex/*", "*nox*"]

0 comments on commit cedd84a

Please sign in to comment.