=== 2.3.0 / 2015-07-20

* 2 minor features:
  * Support keyword arguments
  * Allow any datatype for labels (use #to_s conversion)

* 1 doc/test changes:
  * Newer Travis for 1.8.7, ree, and 2.2.2

* 3 PRs merged:
  * Merge pull request #41 from kbrock/kwargs-support
  * Merge pull request #42 from kbrock/newer_travis
  * Merge pull request #43 from kbrock/non_to_s_labels

=== 2.2.0 / 2015-05-09

* 1 minor features:
  * Fix quiet mode
  * Allow passing a custom suite via config
  * Silent a job if a suite was passed and is quiet
  * Export report to json file.
  * Accept symbol as report's argument.

* 2 doc fixes:
  * Squish duplicate `to` in README
  * Update copyright to 2015. [ci skip]

* 9 PRs merged:
  * Merge pull request #37 from splattael/patch-1
  * Merge pull request #36 from kirs/quiet-mode
  * Merge pull request #35 from JuanitoFatas/doc/suite
  * Merge pull request #34 from splattael/config-suite
  * Merge pull request #33 from splattael/suite-quiet
  * Merge pull request #32 from O-I/remove-gemfile-lock
  * Merge pull request #31 from JuanitoFatas/doc/bump-copyright-year
  * Merge pull request #29 from JuanitoFatas/feature/json-export
  * Merge pull request #26 from JuanitoFatas/feature/takes-symbol-as-report-parameter

=== 2.1.1 / 2015-01-12

* 1 minor fix:
  * Don't send label through printf so that % work directly

* 1 documenation changes:
  * Use HEREDOC and wrap at 80 chars for example result description

* 1 usage fix:
  * Add gemspec for use via bundler git

* 1 PR merged:
  * Merge pull request #24 from zzak/simple-format-result-description

=== 2.1.0 / 2014-11-10

* Documentation changes:
  * Many documentation fixes by Juanito Fatas!
  * Minor readme fix by Will Leinweber

* 2 minor features:
  * Displaying the total runtime for a job is suppressed unless interesting
  * Formatting of large values improved (human vs raw mode)
    * Contributed by Charles Oliver Nutter

=== 2.0.0 / 2014-06-18

* The 'Davy Stevenson' release!
  * Codename: Springtime Hummingbird Dance

 * Big API refactoring so the internal bits are easier to use
 * Bump to 2.0 because return types changed to make the API better

* Contributors added:
  *  Davy Stevenson
  *  Juanito Fatas
  *  Benoit Daloze
  *  Matias
  *  Tony Arcieri
  *  Vipul A M
  *  Zachary Scott
  *  schneems (Richard Schneeman)

=== 1.0.0 / 2012-03-23

* 1 major enhancement

  * Birthday!

