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.7.0 (2024-01-16)
2+
3+ ### Feat
4+
5+ - ** Scheduler** : Respond to cancelled futures (#214 )
6+ - ** scheduler** : Handled errors with specific method (#213 )
7+
8+ ### Fix
9+
10+ - ** History** : Explicitly check type in add() (#210 )
11+
112## 1.6.0 (2024-01-10)
213
314### Feat
Original file line number Diff line number Diff line change 11[project ]
22name = " amltk"
3- version = " 1.6 .0"
3+ version = " 1.7 .0"
44dependencies = [
55 " typing_extensions" , # Better typing
66 " more_itertools" , # Better iteration
@@ -97,7 +97,7 @@ exclude_lines = [
9797
9898[tool .commitizen ]
9999name = " cz_conventional_commits"
100- version = " 1.6 .0"
100+ version = " 1.7 .0"
101101update_changelog_on_bump = true
102102version_files = [" pyproject.toml:version" , " src/amltk/__version__.py" ]
103103changelog_start_rev = " 1.0.0"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- version = "1.6 .0"
3+ version = "1.7 .0"
You can’t perform that action at this time.
0 commit comments