Skip to content

Commit

Permalink
Bump to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jul 20, 2015
1 parent 8d7b526 commit 8105fee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
=== 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:
Expand Down
4 changes: 2 additions & 2 deletions lib/benchmark/ips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module Benchmark
module IPS

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

# CODENAME of current version.
CODENAME = "Springtime Hummingbird Dance"
CODENAME = "Monsoon BBQ"

# Measure code in block, each code's benchmarked result will display in
# iteration per second with standard deviation in given time.
Expand Down

0 comments on commit 8105fee

Please sign in to comment.