Skip to content

Commit

Permalink
Get ready for 3.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 21, 2020
1 parent cff4f0e commit 05e7bc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Master (Unreleased)

## 3.9.0 (2020-03-21)

### Added

* Support for pry master as of [pry/pry@62c8951374aeed5a7423609a108848b0bcf81685](https://github.com/pry/pry/commit/62c8951374aeed5a7423609a108848b0bcf81685) (#266).
* Support for pry 0.13.0 (#266).

## 3.8.0 (2020-01-22)

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pry-byebug (3.8.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.10)

Expand Down Expand Up @@ -29,7 +29,7 @@ GEM
kramdown-parser-gfm (~> 1.0)
mixlib-cli (~> 2.1, >= 2.1.1)
mixlib-config (>= 2.2.1, < 4)
method_source (0.9.2)
method_source (1.0.0)
minitest (5.14.0)
minitest-bisect (1.5.1)
minitest-server (~> 1.0)
Expand All @@ -48,9 +48,9 @@ GEM
parser (2.7.0.3)
ast (~> 2.4.0)
path_expander (1.1.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.13.0)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.3)
rainbow (3.0.0)
rake (13.0.1)
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.8.0"
VERSION = "3.9.0"
end

0 comments on commit 05e7bc7

Please sign in to comment.