Skip to content

Commit

Permalink
Bump version to 1.5.2
Browse files Browse the repository at this point in the history
Fixes #27
  • Loading branch information
jeremyevans committed Aug 14, 2024
1 parent 8979daf commit 537e376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.5.2 (2024-08-14)

* Fix use with minitest 5.25+ (paracycle) (#27, #28)

=== 1.5.1 (2023-07-27)

* Do not include specs or Rakefile in the gem (jeremyevans)
Expand Down
2 changes: 1 addition & 1 deletion minitest-hooks.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'minitest-hooks'
s.version = '1.5.1'
s.version = '1.5.2'
s.platform = Gem::Platform::RUBY
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "MIT-LICENSE"]
s.rdoc_options += ["--quiet", "--line-numbers", "--inline-source", '--title', 'minitest-hooks: around and before_all/after_all/around_all hooks for Minitest', '--main', 'README.rdoc']
Expand Down

0 comments on commit 537e376

Please sign in to comment.