Skip to content

Commit

Permalink
Bump aboutcode.pipeline version to 0.2.0 for release (#1451)
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez authored Nov 21, 2024
1 parent 8251767 commit debaf7c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions aboutcode/pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Release 0.1.0 (August 9, 2023)
## Release 0.2.0 (November 21, 2024)

* Initial release of the `aboutcode.pipeline` library. [Issue #1351](https://github.com/nexB/scancode.io/issues/1351)
* Refactor the ``group`` decorator for pipeline optional steps as ``optional_step``.
The steps decorated as optional are not included by default anymore.
Migration: Use the ``optional_step`` decorator in place of the deprecated ``group``.
[Issue #1442](https://github.com/nexB/scancode.io/issues/1442)

## Release 0.1.0 (August 9, 2024)

* Initial release of the `aboutcode.pipeline` library.
[Issue #1351](https://github.com/nexB/scancode.io/issues/1351)
2 changes: 1 addition & 1 deletion aboutcode/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

module_logger = logging.getLogger(__name__)

__version__ = "0.1.0"
__version__ = "0.2.0"


class PipelineDefinition:
Expand Down
2 changes: 1 addition & 1 deletion pipeline-pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flot.buildapi"

[project]
name = "aboutcode.pipeline"
version = "0.1.0"
version = "0.2.0"
description = "AboutCode Pipeline library. Execute code in steps."
license = { text = "Apache-2.0" }
readme = "aboutcode/pipeline/README.md"
Expand Down

0 comments on commit debaf7c

Please sign in to comment.