Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joallard committed Jun 25, 2020
1 parent a8137ee commit a8c3742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v1.5.2 (24 June 2020)
* RSpec: Fix Rescue opening after transactional tests are rolled back.
(issue #99 - PR #118)
(issue #99 - PR #118) (@joallard)

* bin/rescue: Use realpaths (issue #109 - PR #110)

Expand Down
2 changes: 1 addition & 1 deletion pry-rescue.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'pry-rescue'
s.version = '1.5.1'
s.version = '1.5.2'
s.summary = 'Open a pry session on any unhandled exceptions'
s.description = 'Allows you to wrap code in Pry::rescue{ } to open a pry session at any unhandled exceptions'
s.homepage = 'https://github.com/ConradIrwin/pry-rescue'
Expand Down

0 comments on commit a8c3742

Please sign in to comment.