Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed May 9, 2015
1 parent af5c709 commit 79545dd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
=== 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:
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require 'rubygems'
require 'hoe'

Hoe.plugin :minitest
Hoe.plugin :git

hoe = Hoe.spec 'benchmark-ips' do
developer('Evan Phoenix', '[email protected]')
Expand Down
2 changes: 1 addition & 1 deletion lib/benchmark/ips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Benchmark
module IPS

# Benchmark-ips Gem version.
VERSION = "2.1.1"
VERSION = "2.2.0"

# CODENAME of current version.
CODENAME = "Springtime Hummingbird Dance"
Expand Down

0 comments on commit 79545dd

Please sign in to comment.