v0.7.0
CLI
- completions: changed type from String to Shell
- removed
&
fromcli.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
inImgurClient
- documentation (example usage)
Breaking Changes
- lib: moved everything to the main package with api submodules (before
imgurs::api::ImgurClient
, afterimgurs::api::ImgurClient
)