Skip to content

Commit

Permalink
Get ready for 3.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Sep 26, 2014
1 parent 6c9dcca commit 83cd7c6
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 @@
# 3.4.2
* Fix #67, you can debug commands starting with `ruby` now, as in `byebug --
ruby -Itest test/controllers/posts_controller_test.rb -n test_should_get_index`


# 3.4.1
* Fix #54, you can use threads when "evaling" stuff now.
* Fix bug in list command where user could not list backwards if current
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 = '3.4.1'
VERSION = '3.4.2'
end

0 comments on commit 83cd7c6

Please sign in to comment.