Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LEUNGUU committed Jun 23, 2023
1 parent cc395ab commit 4343651
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.1.0 (2023-06-23)

### Feat

- **cleanup**: Add cleanup action when instance deletion
- **synth**: add cf template parser
- add cdktest main logic and testcases

### Fix

- lint issue at line 273
- fix missing import
- **deploy**: fix deploy command error
- **synth**: fix subprocess run command error
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ version = { attr = "cdktest.__version__" }

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.0.0"
version = "0.1.0"
version_files = ["pyproject.toml:version"]

0 comments on commit 4343651

Please sign in to comment.