Skip to content

Commit

Permalink
Merge pull request #444 from deivid-rodriguez/release/10.0.1
Browse files Browse the repository at this point in the history
Release 10.0.1
  • Loading branch information
deivid-rodriguez committed Mar 21, 2018
2 parents a3ffdcd + 79a64f1 commit 70bfc7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 10.0.1 - 2018-03-21

### Fixed

* Error when using byebug with `debase` gem (#443, @tzmfreedom)
Expand All @@ -21,7 +23,7 @@
* Some love & tests to remote debugging (#82).
* `remote_byebug` shortcut to start the most common case for remote debugging (#141).

## Fixed
### Fixed

* Properly ignore ruby fullpath executable when passed to byebug script (#419).
* Remote server crash when interrupting client (#141, #274).
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:
byebug (10.0.0)
byebug (10.0.1)

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 @@ -4,5 +4,5 @@
# Reopen main module to define the library version
#
module Byebug
VERSION = "10.0.0".freeze
VERSION = "10.0.1".freeze
end

0 comments on commit 70bfc7c

Please sign in to comment.