Skip to content

Commit 3a1da24

Browse files
author
semantic-release
committed
0.1.26
Automatically generated by python-semantic-release
1 parent 9561d35 commit 3a1da24

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## v0.1.26 (2025-01-30)
6+
7+
### Fix
8+
9+
* fix(task): Add support for additional keyword arguments in process task control
10+
11+
- Extended `process_task_control` function to accept arbitrary keyword arguments
12+
- Passed additional kwargs to the TaskWidget for increased flexibility
13+
- Updated function docstring to reflect the new parameter support ([`9561d35`](https://github.com/numerous-com/numerous-widgets/commit/9561d35ef29ca1902c0f08429a17948db93b21fe))
14+
15+
516
## v0.1.25 (2025-01-29)
617

718
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "numerous-widgets"
3-
version = "0.1.25"
3+
version = "0.1.26"
44
dependencies = ["anywidget", "pydantic", "jinja2"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)