Skip to content

Commit

Permalink
Get ready for 3.6.0 release (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Feb 7, 2018
1 parent 68818a6 commit 2e8a099
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.6.0 (2018-02-07)

### Added

* Byebug 10 compatibility, with ruby 2.5 support.
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.5.1)
pry-byebug (3.6.0)
byebug (~> 10.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 @@ -2,5 +2,5 @@
# Main container module for Pry-Byebug functionality
#
module PryByebug
VERSION = "3.5.1".freeze
VERSION = "3.6.0".freeze
end

0 comments on commit 2e8a099

Please sign in to comment.