Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get ready for 10.0.0 release #431

Merged
merged 1 commit into from Jan 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
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
@@ -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
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