Skip to content

Commit

Permalink
Get ready for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez committed Nov 5, 2015
1 parent 860e83a commit 4582230
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 3.3.0 (Unreleased)
## 3.3.0 (2015-11-05)

- Improvements:
* Up to date dependencies, including byebug 6.0 series.
* Up to date dependencies, including byebug 8.0 series.
* Faster debugger thanks to @k0kubun (#80).

- Bugfixes:
* Fix encoding error in gemspec file (#70).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT
PATH
remote: .
specs:
pry-byebug (3.2.0)
pry-byebug (3.3.0)
byebug (~> 8.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 @@ -2,5 +2,5 @@
# Main container module for Pry-Byebug functionality
#
module PryByebug
VERSION = '3.2.0'
VERSION = '3.3.0'
end

1 comment on commit 4582230

@k0kubun
Copy link
Contributor

@k0kubun k0kubun commented on 4582230 Nov 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

Please sign in to comment.