Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 891 Bytes

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 891 Bytes

Changelog

This is a changelog for rust-gist.

0.1.3 (2017-10-10)

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

0.1.2 (2017-10-06)

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

0.1.1 (2017-10-06)

Minor feature release.

  • support --anonymous flag to upload without a token

0.1.0 (2017-10-05)

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