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 9e47c61 commit 17af7c3
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
@@ -1,5 +1,19 @@
# Changelog

## 1.4.4 (2024-01-22)

### Fix

- add packages: write to test_compose for build downstream
- 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 17af7c3

Please sign in to comment.