pin News -- history of user-visible changes           -*- outline -*-

* 0.3. builds

** 0.3.0

*** Add a '-p' flag for disabling ANSI escape codes in output
*** Check config for the token
* 0.2 builds

** 0.2.9

Hygienic release: updated copyrights & dependenices, fixed the C/I workflow.
** 0.2.8

*** Hopefully fix the intermittent failure in the unit tests
*** Apply `cargo update`
** 0.2.7

Update copyrights, update dependencies, fix the C/I workflow.
** 0.2.6

-I (--ignore-blank) option added to the `send` operation.
** 0.2.5

No user-visible changes.
** 0.2.4

No user-visible changes.
** 0.2.3

Added progress bars to `send` & `delete`.
** 0.2.2

Address issue #2 by including the `auth_token` query parameter in the request.
** 0.2.1

Address issue #1 by handling failure in computing back-off.
** 0.2.0

Complete re-write. The tool is now:

  - async
  - supports bulk send
  - supports backoff & retry on bulk send
* 0.1 builds

** 0.1.3

*** Bugfixes

**** Fix the build

The `clap` project released a new beta at the end of last year which
(unbeknownst to me) broke the build. I've updated the dependency,
fixed the build, and pinned the dependency version.
** 0.1.2: Assorted bugfixes

  - not sure if this has always been the case, but the Pinboard API is
     returning a UTF-8 BOM at the start of the response text; strip
     that before parsing
  - the response JSON doesn't always return a Short for use counts;
    sometimes it returns a Number-- handle that.

** 0.1.1: Initial release of `pin'
