Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 3.34 KB

Changelog

0.2.1 (2023-02-13)

Bug Fixes

0.2.0 (2023-02-01)

⚠ BREAKING CHANGES

  • Adding the ability to copy a file from local to a remote host

Features

  • Added two new methods to remote.py to copy files to windows and nix based hosts (fdbff59)
  • Adding new execption types for coping of files to a remote host (84ca533)
  • Adding the ability to copy a file from local to a remote host (3134779)

Bug Fixes

  • Updated distribute CI to trigger on published release (8b8ef87)
  • Updating format based on pre-commit hooks and code quality standards (71a8be3)

0.1.9 (2022-09-14)

Features

  • Adding current changelog (6e66e19)
  • ci: Adding new release test (32c3385)

Bug Fixes

  • Bumped version (bba9379)
  • Updated readme with new badges (2d76832)
  • Updated README with release badge (6ceff61)

0.1.8 (2022-09-14)

Features

  • Adding current changelog (6e66e19)
  • ci: Adding new release test (32c3385)
  • Updated patch version (a48110d)

Bug Fixes

  • Bumped version (bba9379)
  • Updated readme with new badges (2d76832)
  • Updated README with release badge (6ceff61)
  • Updating pyproject.toml with commitizen config (5a5ba5e)

0.1.3 (2022-08-30)

Fix

  • Bumped patch version