Skip to content

Commit

Permalink
Get ready for 10.0.0 release (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 26, 2018
1 parent ac34dfc commit 5271c16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Master (Unreleased)

## 10.0.0 - 2018-01-26

### Changed

* Breaking on methods now stops on the first effective line of a method, not on
the line containing the `def` keyword.

### Added

* Show valid breakpoint locations when invalid location given (#393, @ko1).
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 (9.1.0)
byebug (10.0.0)

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 = "9.1.0".freeze
VERSION = "10.0.0".freeze
end

0 comments on commit 5271c16

Please sign in to comment.