Skip to content

Commit

Permalink
Merge pull request #288 from deivid-rodriguez/release/3.9.0
Browse files Browse the repository at this point in the history
Get ready for 3.9.0 release
  • Loading branch information
deivid-rodriguez authored Mar 21, 2020
2 parents c4e1f9f + 71865f9 commit c61628b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

## Master (Unreleased)

## 3.9.0 (2020-03-21)

### Fixed

* Dependency on pry being too loose. Now breaking minor releases of pry won't affect pry-byebug users (#288).
* Dependency on pry being too loose. Now breaking minor releases of pry won't affect pry-byebug users (#289).

### Added

* Support for pry 0.13.0 (#266).

### Removed

* Support for pry older than 0.13.0 (#288).
* Support for pry older than 0.13.0 (#289).

## 3.8.0 (2020-01-22)

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.8.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)

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 c61628b

Please sign in to comment.