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 = 14355]
  • Loading branch information
zenspider committed Dec 3, 2024
1 parent 2d542ff commit 704d310
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== 5.25.3 / 2024-12-03

* 5 bug fixes:

* Fixed assert_mock to fail instead of raise on unmet mock expectations.
* Fixed assert_mock to take an optional message argument.
* Fixed formatting of unmet mock expectation messages.
* Fixed missing must_verify expectation to match assert_mock.
* minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)

=== 5.25.2 / 2024-11-21

* 4 bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# runtime. See +Minitest.run+ for more information.

module Minitest
VERSION = "5.25.2" # :nodoc:
VERSION = "5.25.3" # :nodoc:

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

0 comments on commit 704d310

Please sign in to comment.