File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.14.4
4
+
5
+ - deps: bump xqute to 0.4 (simplug to 0.4.1)
6
+ - refactor: refactor ` pipen.plugin_context ` due to simplug upgrade
7
+ - docs: update docs for specifiying plugins due to simplug upgrade
8
+ - examples: update examples for specifiying plugins due to simplug upgrade
9
+ - tests: add tests for plugins specification
10
+ - tests: use pytest v8
11
+ - ci: use latest actions
12
+
3
13
## 0.14.3
4
14
5
15
- choir: rename argument ` args ` to ` argv ` for ` utils.is_loading_pipeline() `
Original file line number Diff line number Diff line change 1
1
"""Provide version of pipen"""
2
2
3
- __version__ = "0.14.3 "
3
+ __version__ = "0.14.4 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " pipen"
7
- version = " 0.14.3 "
7
+ version = " 0.14.4 "
8
8
description = " A pipeline framework for python"
9
9
authors = [ " pwwang <pwwang@pwwang.com>" ,]
10
10
license = " MIT"
You can’t perform that action at this time.
0 commit comments