This is a changelog for rust-gist
.
In this version I switched to four spaces, run the code through rustfmt and switched to handling errors via error_chain crate.
- use error_chain for error handling
- add editorconfig
Hotfix for 0.1.1: the behaviour was mixed up, it uploaded as anonymous without the flag, and as a token owner with the flag.
Also the code was simplified leveraging the json! macro from serde_json.
- hotfix --anonymous
Minor feature release.
- support --anonymous flag to upload without a token
Initial public release. Submitted to lobste.rs and for impromtu code review to #rust@mozilla.
This release includes:
- uploading single file to gist.github.com as private or public gist
- saving token to file and reading token from file