Skip to content

Commit 9d65711

Browse files
bump: version 1.7.0 → 1.8.0
1 parent ec6f235 commit 9d65711

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.8.0 (2024-01-22)
2+
3+
### Feat
4+
5+
- **Pynisher**: Detect tasks with `Trial` to report `FAIL` (#220)
6+
- **Pipeline**: `factorize()` a pipeline into its possibilities (#217)
7+
18
## 1.7.0 (2024-01-16)
29

310
### 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.7.0"
3+
version = "1.8.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.7.0"
100+
version = "1.8.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.7.0"
3+
version = "1.8.0"

0 commit comments

Comments
 (0)