Skip to content

Commit debaf7c

Browse files
authored
Bump aboutcode.pipeline version to 0.2.0 for release (#1451)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 8251767 commit debaf7c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

aboutcode/pipeline/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3-
## Release 0.1.0 (August 9, 2023)
3+
## Release 0.2.0 (November 21, 2024)
44

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)

aboutcode/pipeline/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
module_logger = logging.getLogger(__name__)
3333

34-
__version__ = "0.1.0"
34+
__version__ = "0.2.0"
3535

3636

3737
class PipelineDefinition:

pipeline-pyproject.toml

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

55
[project]
66
name = "aboutcode.pipeline"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "AboutCode Pipeline library. Execute code in steps."
99
license = { text = "Apache-2.0" }
1010
readme = "aboutcode/pipeline/README.md"

0 commit comments

Comments
 (0)