Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.07 KB

File metadata and controls

50 lines (26 loc) · 1.07 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning

[1.2.1] 2025-09-18

Fixed

  • cmem-plugin-base dependency specification

[1.2.0] 2025-05-12 - Yanked

Added

  • Python Code Workflow Task
    • Custom Action: Validate initialization phase - run the init code and report results
    • Custom Action: Validate execution phase - run the execute code and report results
    • Custom Action: List Packages - Show installed python packages with version
    • Custom Action: Install Missing Dependencies - Install missing dependency packages
    • Parameter: Dependencies - Comma-separated list of package names

[1.1.0] 2024-12-05

Added

  • more documentation

Fixed

  • example code highlightning in documentation

[1.0.1] 2023-12-11

Fixed

  • change log

[1.0.0] 2023-12-11

Added

  • initial version with transform and workflow plugin