Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.18 KB

Changelog

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.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

  • Use current environment in shell_run_command - #28

Security

0.1.1

Released on August 2nd, 2022.

Changed

  • Improve error visibility on failure - #17
  • Updated tests to be compatible with core Prefect library (v2.0b9) and bumped required version - #21

Fixed

  • Fixed running commands that do not return any output - #23

Removed

  • Removed utils.run_shell_command; can be accessed using commands.run_shell_command.fn - #19

0.1.0

Released on March 9th, 2022.

Added

  • shell_run_command task and utility - #1