Skip to content

Commit

Permalink
v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 23, 2024
1 parent b34c206 commit fccf233
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Changelog.md
@@ -1,5 +1,13 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.0...main)
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.1...main)

### 3.13.1 / 2024-02-23
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.0...v3.13.1)

Bug Fixes:

* Exclude ruby internal require warnings from `RSpec::Support::CallerFilter#first_non_rspec_line`.
(Jon Rowe, #593)

### 3.13.0 / 2024-02-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.2...v3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/support/version.rb
Expand Up @@ -3,7 +3,7 @@
module RSpec
module Support
module Version
STRING = '3.13.0'
STRING = '3.13.1'
end
end
end

0 comments on commit fccf233

Please sign in to comment.