Skip to content

Commit

Permalink
Merge pull request #265 from deivid-rodriguez/9_0_2_release
Browse files Browse the repository at this point in the history
9.0.2 release
  • Loading branch information
David Rodríguez committed May 15, 2016
2 parents 3e33d2e + 2c45376 commit 4a2b884
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Master (Unreleased)

## 9.0.2 - 2016-05-15

### Fixed

* Skip to get a line in eval context (#263).
* Skip to get a line in eval context (#263, thanks @k0kubun).
* Debugger getting disabled after `continue` even when linetrace is enabled
(#264, thanks @k0kubun).

## 9.0.1 - 2016-05-14

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
byebug (9.0.1)
byebug (9.0.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -85,7 +85,7 @@ GEM
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.0)
ruby-progressbar (1.8.1)
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
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.1'.freeze
VERSION = '9.0.2'.freeze
end

0 comments on commit 4a2b884

Please sign in to comment.