Skip to content

Commit

Permalink
Get ready for 3.10.1 release (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Aug 16, 2022
1 parent a7448fb commit daa3032
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 3.10.1 (2022-08-16)

### Fixed

* Rails console loading a debugger REPL instead of the standard Pry REPL (#392)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pry-byebug (3.10.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)

Expand Down
2 changes: 1 addition & 1 deletion lib/pry-byebug/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Main container module for Pry-Byebug functionality
#
module PryByebug
VERSION = "3.10.0"
VERSION = "3.10.1"
end

0 comments on commit daa3032

Please sign in to comment.