Skip to content

Commit

Permalink
Release version 1.4.0 using Debug Inspector API
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Jun 5, 2013
1 parent 7c80f88 commit 0752cce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.0

* Byebug now uses the Debug Inspector API: faster and nicer!
* Fixes bug that prevents some random crashes


## 1.3.1

* Byebug now works with Rails debugging flag
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.3.1'
VERSION = '1.4.0'
end

0 comments on commit 0752cce

Please sign in to comment.