Skip to content

Commit 39a8edc

Browse files
bump: version 1.12.0 → 1.12.1
1 parent f3b96e4 commit 39a8edc

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

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.12.0"
3+
version = "1.12.1"
44
dependencies = [
55
"typing_extensions", # Better typing
66
"more_itertools", # Better iteration
@@ -98,7 +98,7 @@ exclude_lines = [
9898

9999
[tool.commitizen]
100100
name = "cz_conventional_commits"
101-
version = "1.12.0"
101+
version = "1.12.1"
102102
update_changelog_on_bump = true
103103
version_files = ["pyproject.toml:version", "src/amltk/__version__.py"]
104104
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.12.0"
3+
version = "1.12.1"

0 commit comments

Comments
 (0)