Skip to content

Commit f8cddd5

Browse files
Merge pull request #260 from deivid-rodriguez/release/3.8.0
Get ready for 3.8.0 release
2 parents f1ff37f + d1cfb5e commit f8cddd5

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
## Master (Unreleased)
44

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

7-
* use Binding#source_location instead of evaluating __FILE__ to avoid warnings
8-
for Ruby >= 2.6 (#221).
9+
* Use `Binding#source_location` instead of evaluating `__FILE__` to avoid
10+
warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#221).
11+
12+
### Removed
13+
14+
* Support for Ruby 2.3. Pry-byebug no longer installs on this platform.
915

1016
## 3.7.0 (2019-02-21)
1117

@@ -21,7 +27,7 @@
2127

2228
### Fixed
2329

24-
* Allow other threads like Pry. (#142)
30+
* Allow other threads like Pry (#142).
2531

2632
## 3.5.0 (2017-08-23)
2733

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)