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 = 14278]
  • Loading branch information
zenspider committed Aug 14, 2024
1 parent 8cd3b1c commit 393e334
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
=== 5.25.0 / 2024-08-13

* 2 minor enhancements:

* Fixed some inefficiencies filtering and matching (mostly backtraces).
* Refactored siginfo handler to reduce runtime costs. Saved ~30%!

* 5 bug fixes:

* Added missing rdoc to get back to 100% coverage.
* Cleaning up ancient code checking for defined?(Encoding) and the like.
* Disambiguated some shadowed variables in minitest/compress.
* Fixed an ironic bug if using string-literals AND Werror.
* Improve description of test:slow task. (stomar)

=== 5.24.1 / 2024-06-29

* 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 @@ -9,7 +9,7 @@
# :include: README.rdoc

module Minitest
VERSION = "5.24.1" # :nodoc:
VERSION = "5.25.0" # :nodoc:

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

0 comments on commit 393e334

Please sign in to comment.