File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Release 0.1 .0 (August 9, 2023 )
3
+ ## Release 0.2 .0 (November 21, 2024 )
4
4
5
- * Initial release of the ` aboutcode.pipeline ` library. [ Issue #1351 ] ( https://github.com/nexB/scancode.io/issues/1351 )
5
+ * Refactor the `` group `` decorator for pipeline optional steps as `` optional_step `` .
6
+ The steps decorated as optional are not included by default anymore.
7
+ Migration: Use the `` optional_step `` decorator in place of the deprecated `` group `` .
8
+ [ Issue #1442 ] ( https://github.com/nexB/scancode.io/issues/1442 )
9
+
10
+ ## Release 0.1.0 (August 9, 2024)
11
+
12
+ * Initial release of the ` aboutcode.pipeline ` library.
13
+ [ Issue #1351 ] ( https://github.com/nexB/scancode.io/issues/1351 )
Original file line number Diff line number Diff line change 31
31
32
32
module_logger = logging .getLogger (__name__ )
33
33
34
- __version__ = "0.1 .0"
34
+ __version__ = "0.2 .0"
35
35
36
36
37
37
class PipelineDefinition :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
4
4
5
5
[project ]
6
6
name = " aboutcode.pipeline"
7
- version = " 0.1 .0"
7
+ version = " 0.2 .0"
8
8
description = " AboutCode Pipeline library. Execute code in steps."
9
9
license = { text = " Apache-2.0" }
10
10
readme = " aboutcode/pipeline/README.md"
You can’t perform that action at this time.
0 commit comments