Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 8667]
  • Loading branch information
zenspider committed Jun 7, 2013
1 parent 60eed78 commit 46ed331
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== 5.0.4 / 2013-06-07

* 5 minor enhancements:

* Added AbstractReporter, defining required Reporter API to quack properly.
* Added doco for writing reporters.
* Refactored Reporter into ProgressReporter and SummaryReporter. (idea: phiggins, code:me+scotch)
* Refactored SummaryReporter pushing up to StatisticsReporter. (phiggins)
* Removed Reporter#run_and_report... cleaner, but doesn't "fit" in the API.

=== 5.0.3 / 2013-05-29

* 4 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# :include: README.txt

module Minitest
VERSION = "5.0.3" # :nodoc:
VERSION = "5.0.4" # :nodoc:

@@installed_at_exit ||= false
@@after_run = []
Expand Down

0 comments on commit 46ed331

Please sign in to comment.