Skip to content

Commit d1cfb5e

Browse files
Get ready for 3.8.0 release
1 parent 5ad8b6d commit d1cfb5e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Master (Unreleased)
44

5+
## 3.8.0 (2020-01-22)
6+
57
### Fixed
68

79
* Use `Binding#source_location` instead of evaluating `__FILE__` to avoid
8-
warnings for Ruby 2.7 (#221).
10+
warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#221).
911

1012
### Removed
1113

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pry-byebug (3.7.0)
4+
pry-byebug (3.8.0)
55
byebug (~> 11.0)
66
pry (~> 0.10)
77

lib/pry-byebug/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Main container module for Pry-Byebug functionality
55
#
66
module PryByebug
7-
VERSION = "3.7.0"
7+
VERSION = "3.8.0"
88
end

0 commit comments

Comments
 (0)