Skip to content

Commit

Permalink
Get ready for 3.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 21, 2020
1 parent c4e1f9f commit ab138fd
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.9.0 (2020-03-21)

### Fixed

* Dependency on pry being too loose. Now breaking minor releases of pry won't affect pry-byebug users (#288).
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.8.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)

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.8.0"
VERSION = "3.9.0"
end

0 comments on commit ab138fd

Please sign in to comment.