Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

56 lines (31 loc) · 2.34 KB

Changelog

0.2.0 (2024-10-04)

Chores

New Features

  • cli: add execution of remote tasks to exec (3f86ea6)

Refactors

  • move logic from presentation to context (2e634df)

Tests

  • infrastructure: update remote address in resource (a1f192d)

0.1.0 (2024-09-16)

Chores

  • add upgrade configuration file (245b42e)

Documentation

  • readme: add exec task description (937c50f)

New Features

  • context: add exec task logic (2f8f20a)
  • presentation: add exec task to cli app (c2d2325)

Refactors

  • context: simplify exec task logic (6ab022d)
  • remove context folder (7b1940b)
  • rename exec command flag (0d22e16)

0.0.1-alpha.0 (2024-09-12)

Chores

New Features

Styles