Skip to content

Commit 672889b

Browse files
bump: version 1.6.0 → 1.7.0
1 parent 251e1b5 commit 672889b

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "amltk"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
dependencies = [
55
"typing_extensions", # Better typing
66
"more_itertools", # Better iteration
@@ -97,7 +97,7 @@ exclude_lines = [
9797

9898
[tool.commitizen]
9999
name = "cz_conventional_commits"
100-
version = "1.6.0"
100+
version = "1.7.0"
101101
update_changelog_on_bump = true
102102
version_files = ["pyproject.toml:version", "src/amltk/__version__.py"]
103103
changelog_start_rev = "1.0.0"

src/amltk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
version = "1.6.0"
3+
version = "1.7.0"

0 commit comments

Comments
 (0)