Skip to content

Commit da11ce5

Browse files
Get ready for 3.8.0 release
1 parent 5a4a973 commit da11ce5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

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)