Skip to content

Commit

Permalink
Merge pull request #288 from deivid-rodriguez/9.0.6_release
Browse files Browse the repository at this point in the history
9.0.6 release
  • Loading branch information
David Rodríguez authored Sep 30, 2016
2 parents 8bbbff8 + 5489e04 commit 7ddb792
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Master (Unreleased)

## 9.0.6 - 2016-09-29

### Fixed

* Error when using `byebug` with a ruby compiled against libedit (#241).
* Allow `Byebug.start_server` to yield the block passed to it when the actual
port is already known (#277, thanks @cben).
* Use a standard license name so it can be more reliably used by tools (#275).

## 9.0.5 - 2016-05-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
byebug (9.0.5)
byebug (9.0.6)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Reopen main module to define the library version
#
module Byebug
VERSION = '9.0.5'.freeze
VERSION = '9.0.6'.freeze
end

0 comments on commit 7ddb792

Please sign in to comment.