Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.42 KB

changelog.md

File metadata and controls

38 lines (33 loc) · 1.42 KB

0.1.2 (2023-02-06)

  • No functional changes.
  • Linting.
  • Bump tokio dependency from 1.23.0 to 1.25.0.
  • Bump regex dependency from 1.7.0 to 1.7.1.
  • Bump console dependency from 0.15.3 to 0.15.5.
  • Bump reqwest dependency from 0.11.13 to 0.11.14.
  • Bump clap dependency from 4.0.32 to 4.1.4.

0.1.1 (2022-12-31)

  • Refactored action.rs, providing a useful API for writing actions.
  • Added a path action.
  • Refactored the add action, exposing some of its internals and improving its test coverage.
  • Refactored the archive action, exposing some of its internals and improving its test coverage.
  • Refactored the done action, exposing some of its internals and improving its test coverage.
  • Refactored the edit action, exposing some of its internals and improving its test coverage.
  • Refactored the find action, exposing some of its internals and improving its test coverage.
  • Refactored the important action, exposing some of its internals and improving its test coverage.
  • Refactored the pull action, exposing some of its internals and improving its test coverage.
  • Refactored the quick action, exposing some of its internals and improving its test coverage.
  • Refactored the remove action, exposing some of its internals and improving its test coverage.
  • Refactored the urgent action, exposing some of its internals and improving its test coverage.

0.1.0 (2022-11-23)

  • Initial release