Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 19:54
· 121 commits to main since this release

CLI

  • completions: changed type from String to Shell
  • removed & from cli.commands (line 54 in parse.rs)

Library

  • removed .map_err(anyhow::Error::new) when function returns error

Added

  • commands in the code
  • api functions to impl in ImgurClient
  • documentation (example usage)

Breaking Changes

  • lib: moved everything to the main package with api submodules (before imgurs::api::ImgurClient, after imgurs::api::ImgurClient)