Skip to content

Commit

Permalink
Prepare for 1.8.0 release: remote debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Aug 12, 2013
1 parent 1353fbb commit 387b770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.8.0

* Remote debugging support


## 1.7.0

* Callstack display: specifically mark c-frames
Expand Down
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Byebug
VERSION = '1.7.0'
VERSION = '1.8.0'
end

0 comments on commit 387b770

Please sign in to comment.