File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.12.1 (2024-08-13)
2+
3+ ### Fix
4+
5+ - ** pipeline** : ` request ` now fails without default (#284 )
6+
17## 1.12.0 (2024-04-24)
28
39### Feat
Original file line number Diff line number Diff line change 11[project ]
22name = " amltk"
3- version = " 1.12.0 "
3+ version = " 1.12.1 "
44dependencies = [
55 " typing_extensions" , # Better typing
66 " more_itertools" , # Better iteration
@@ -98,7 +98,7 @@ exclude_lines = [
9898
9999[tool .commitizen ]
100100name = " cz_conventional_commits"
101- version = " 1.12.0 "
101+ version = " 1.12.1 "
102102update_changelog_on_bump = true
103103version_files = [" pyproject.toml:version" , " src/amltk/__version__.py" ]
104104changelog_start_rev = " 1.0.0"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- version = "1.12.0 "
3+ version = "1.12.1 "
You can’t perform that action at this time.
0 commit comments