Skip to content

Commit

Permalink
Get ready for 10.0.2 release (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Mar 30, 2018
1 parent 71ec509 commit 788d0e7
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)

## 10.0.2 - 2018-03-30

* Error when using byebug with `debase` gem (#447, @tzmfreedom)

## 10.0.1 - 2018-03-21
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.1)
byebug (10.0.2)

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.1".freeze
VERSION = "10.0.2".freeze
end

0 comments on commit 788d0e7

Please sign in to comment.