Skip to content

0.14.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 16:51

0.14.0 - 2025-03-22

Miscellaneous Chores

  • (deps) update serde requirement from =1.0.217 to =1.0.218 - (482a552) - dependabot[bot]
  • (deps) update serde_json requirement from =1.0.138 to =1.0.139 - (cf6fb51) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.5.45 to =4.5.46 - (0fd0d7b) - dependabot[bot]
  • (deps) update clap requirement from =4.5.30 to =4.5.31 - (868484a) - dependabot[bot]
  • (deps) update serde_json requirement from =1.0.139 to =1.0.140 - (357d698) - dependabot[bot]
  • (deps) update serde requirement from =1.0.218 to =1.0.219 - (bc7d0b8) - dependabot[bot]
  • (deps) update clap requirement from =4.5.31 to =4.5.32 - (f0ad4f1) - dependabot[bot]
  • (deps) update handlebars requirement from =6.3.1 to =6.3.2 - (2c1af9e) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.5.46 to =4.5.47 - (ce8b446) - dependabot[bot]
  • bump crates to the latest version - (1ef3032) - Alexander Egorov

Refactoring

  • use is_some_and to simplify code - (4a3b096) - Alexander Egorov
  • CLI definition using api instead of arg! macro to eliminate duplication - (a7db2fe) - Alexander Egorov
  • use ok_or_eyre to simplify code - (e036fe1) - Alexander Egorov

Build

  • ansi_term crate replaced to console - (a2f1837) - Alexander Egorov
  • [breaking]migration to rust 2024 edition - (2e6ded7) - Alexander Egorov

Changelog

  • v0.14.0 - (6f2c2f9) - Alexander Egorov