Skip to content

Commit

Permalink
bump: version 1.6.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 26, 2024
1 parent 9a16dcc commit e2751c5
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,5 +1,24 @@
# Changelog

## 2.0.0 (2024-07-26)

### BREAKING CHANGE

- Rename to workflow remote_deploy (allow for other remote deploy types)

### Feat

- add option to not build image for test_compose

### Fix

- make compose_command not mandatory for test_compose
- add check if envsubst download success, else exit workflow

### Refactor

- rename remote_deploy --> remote_deploy_compose

## 1.6.0 (2024-07-04)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docs = [
]
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.6.0"
version = "2.0.0"
version_files = [
"pyproject.toml:version",
]
Expand Down

0 comments on commit e2751c5

Please sign in to comment.