From fccf233e202995b50dfb0e8de430a1f9885e0ca8 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Fri, 23 Feb 2024 15:48:33 +0000 Subject: [PATCH] v3.13.1 --- Changelog.md | 10 +++++++++- lib/rspec/support/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9d4b62b2..4b93fc14 100644 --- a/Changelog.md +++ b/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) diff --git a/lib/rspec/support/version.rb b/lib/rspec/support/version.rb index 16e0b072..72e091f4 100644 --- a/lib/rspec/support/version.rb +++ b/lib/rspec/support/version.rb @@ -3,7 +3,7 @@ module RSpec module Support module Version - STRING = '3.13.0' + STRING = '3.13.1' end end end