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 = 13710]
  • Loading branch information
zenspider committed Mar 4, 2023
1 parent 0c44f4e commit 506ce83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=== 5.18.0 / 2023-03-04

* 2 major enhancements:

* Added assert_pattern & refute_pattern for pattern matching. (flavorjones)
* Added matching must_pattern_match & wont_pattern_match to minitest/spec.

* 1 bug fix:

* Support the new message format of NameError in Ruby 3.3 (mame)

=== 5.17.0 / 2022-12-31

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

module Minitest
VERSION = "5.17.0" # :nodoc:
VERSION = "5.18.0" # :nodoc:

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

0 comments on commit 506ce83

Please sign in to comment.