Skip to content

Commit

Permalink
Get ready for 3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 24, 2020
1 parent 5ad8b6d commit d1cfb5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Master (Unreleased)

## 3.8.0 (2020-01-22)

### Fixed

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

### Removed

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pry-byebug (3.7.0)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.10)

Expand Down
2 changes: 1 addition & 1 deletion lib/pry-byebug/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Main container module for Pry-Byebug functionality
#
module PryByebug
VERSION = "3.7.0"
VERSION = "3.8.0"
end

0 comments on commit d1cfb5e

Please sign in to comment.