We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac34dfc commit 5271c16Copy full SHA for 5271c16
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Master (Unreleased)
4
5
+## 10.0.0 - 2018-01-26
6
+
7
+### Changed
8
9
+* Breaking on methods now stops on the first effective line of a method, not on
10
+ the line containing the `def` keyword.
11
12
### Added
13
14
* Show valid breakpoint locations when invalid location given (#393, @ko1).
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- byebug (9.1.0)
+ byebug (10.0.0)
GEM
remote: https://rubygems.org/
lib/byebug/version.rb
@@ -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 commit comments