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 = 12379]
  • Loading branch information
zenspider committed Oct 30, 2019
1 parent 381e965 commit ecb1afe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
=== 5.13.0 / 2019-10-29

* 9 minor enhancements:

* Added Minitest::Guard#osx?
* Added examples to documentation for assert_raises. (lxxxvi)
* Added expectations #path_must_exist and #path_wont_exist. Not thrilled with the names.
* Added fail_after(year, month, day, msg) to allow time-bombing after a deadline.
* Added skip_until(year, month, day, msg) to allow deferring until a deadline.
* Deprecated Minitest::Guard#maglev?
* Deprecated Minitest::Guard#rubinius?
* Finally added assert_path_exists and refute_path_exists. (deivid-rodriguez)
* Refactored and pulled Assertions#things_to_diff out of #diff. (BurdetteLamar)

* 3 bug fixes:

* Fix autorun bug that affects fork exit status in tests. (dylanahsmith/jhawthorn)
* Improved documentation for _/value/expect, especially for blocks. (svoop)
* Support new Proc#to_s format. (ko1)

=== 5.12.2 / 2019-09-28

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# :include: README.rdoc

module Minitest
VERSION = "5.12.2" # :nodoc:
VERSION = "5.13.0" # :nodoc:
ENCS = "".respond_to? :encoding # :nodoc:

@@installed_at_exit ||= false
Expand Down

0 comments on commit ecb1afe

Please sign in to comment.