Skip to content

Commit 5c33ecc

Browse files
committed
0.14.4
1 parent 0b70658 commit 5c33ecc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

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+
313
## 0.14.3
414

515
- choir: rename argument `args` to `argv` for `utils.is_loading_pipeline()`

pipen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Provide version of pipen"""
22

3-
__version__ = "0.14.3"
3+
__version__ = "0.14.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "pipen"
7-
version = "0.14.3"
7+
version = "0.14.4"
88
description = "A pipeline framework for python"
99
authors = [ "pwwang <pwwang@pwwang.com>",]
1010
license = "MIT"

0 commit comments

Comments
 (0)