prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 9863]
This commit is contained in:
Ryan Davis 2014-12-12 15:19:03 -08:00
parent ea15cc7399
commit e699451853
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 5.5.0 / 2014-12-12
* 1 minor enhancement:
* Allow seed to be given via ENV for rake test loader sadness: eg rake SEED=42.
=== 5.4.3 / 2014-11-11
* 2 bug fixes:

View File

@ -7,7 +7,7 @@ require "minitest/parallel"
# :include: README.txt
module Minitest
VERSION = "5.4.3" # :nodoc:
VERSION = "5.5.0" # :nodoc:
ENCS = "".respond_to? :encoding # :nodoc:
@@installed_at_exit ||= false