Skip to content

Commit

Permalink
Merge pull request #108 from deivid-rodriguez/3.4.2_release
Browse files Browse the repository at this point in the history
Get ready for 3.4.2 release
  • Loading branch information
David Rodríguez authored Dec 6, 2016
2 parents 89ef0b5 + eda6588 commit fbdd57d
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.4.2 (2016-12-06)

### Fixed

* Byebug doesn't start after `disable-pry` command.
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.4.1)
pry-byebug (3.4.2)
byebug (~> 9.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.4.1'.freeze
VERSION = '3.4.2'.freeze
end

0 comments on commit fbdd57d

Please sign in to comment.