Skip to content

Commit

Permalink
v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jun 13, 2024
1 parent 646cc87 commit ca8b80c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.0...main)
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.1...3-13-maintenance)

### 3.13.1 / 2024-06-13
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.0...v3.13.1)

Bug Fixes:

* Fix the false positive warning message for negated raise error with a regexp argument.
(Eric Mueller, #1456)
* Fix the "false positive" warning message when using a negated `raise_error` matcher
with a `RegExp` instance. (Eric Mueller, #1456)

### 3.13.0 / 2024-02-04
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.4...v3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/expectations/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RSpec
module Expectations
# @private
module Version
STRING = '3.13.0'
STRING = '3.13.1'
end
end
end

0 comments on commit ca8b80c

Please sign in to comment.