Skip to content

Commit

Permalink
Get ready for 3.7.0 release (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Feb 21, 2019
1 parent 4a36357 commit 0a85225
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master (Unreleased)

## 3.7.0 (2019-02-20)

* Byebug 11 compatibility, with ruby 2.6 support.

## 3.6.0 (2018-02-07)

### Added
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.6.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)

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.6.0"
VERSION = "3.7.0"
end

0 comments on commit 0a85225

Please sign in to comment.