prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 9093]
This commit is contained in:
Ryan Davis 2013-12-13 17:05:31 -08:00
parent 3bb487ded0
commit f6283ddf44
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 5.2.0 / 2013-12-13
* 1 minor enhancement:
* Change expectations to allow calling most on procs (but not calling the proc). (bhenderson+others)
=== 5.1.0 / 2013-12-05
* 1 minor enhancement:

View File

@ -7,7 +7,7 @@ require "minitest/parallel"
# :include: README.txt
module Minitest
VERSION = "5.1.0" # :nodoc:
VERSION = "5.2.0" # :nodoc:
@@installed_at_exit ||= false
@@after_run = []