Skip to content

Commit

Permalink
bump: version 1.4.3 → 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 22, 2024
1 parent 6aab03b commit 54e9109
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.4.4 (2024-01-22)

### Fix

- use gh-pages over wiki for coverage push
- conditional to trigger coverage for test_compose
- update test_compose for optional test coverage upload

### Refactor

- fix trigger condition for coverage in test_compose
- update git user for wiki sync workflow

## 1.4.3 (2024-01-21)

### Fix
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.4.3"
version = "1.4.4"
version_files = [
"pyproject.toml:version",
]
Expand Down

0 comments on commit 54e9109

Please sign in to comment.