Skip to content

Commit

Permalink
Bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Aug 5, 2016
1 parent 8188aee commit a512373
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
=== 2.7.0 / 2016-08-05

* 1 minor features:
* Add support for confidence intervals

* 1 bug fixes:
* Cleanup a few coding patterns

* 2 doc fixes:
* Add infos about benchark.fyi to Readme
* Remove ancient releases

* 3 merged PRs:
* Merge pull request #65 from kbrock/fixup_inject
* Merge pull request #67 from benoittgt/master
* Merge pull request #69 from chrisseaton/kalibera-confidence-intervals

=== MISSING 2.6.0 and 2.6.1

=== 2.5.0 / 2016-02-14

* 1 minor feature:
Expand Down
4 changes: 2 additions & 2 deletions lib/benchmark/ips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module Benchmark
module IPS

# Benchmark-ips Gem version.
VERSION = "2.6.1"
VERSION = "2.7.0"

# CODENAME of current version.
CODENAME = "Sharing is Caring"
CODENAME = "Cultivating Confidence"

# 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 a512373

Please sign in to comment.